|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Repository
Represents a repository.
Field Summary | |
---|---|
static java.lang.String |
LOCAL
URI identiying the local repository |
static java.lang.String |
SYSTEM
URI identifying the system repository |
Method Summary | |
---|---|
long |
getLastModified()
Return the last modification date of this repository |
java.lang.String |
getName()
Return the name of this repository. |
Resource[] |
getResources()
Return the resources for this repository. |
java.lang.String |
getURI()
Return the associated URL for the repository. |
Field Detail |
---|
static final java.lang.String SYSTEM
static final java.lang.String LOCAL
Method Detail |
---|
java.lang.String getURI()
Resource[] getResources()
java.lang.String getName()
long getLastModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |