public interface Repository
Modifier and Type | Method and Description |
---|---|
long |
getLastModified() |
java.lang.String |
getName()
Return the name of this reposotory.
|
Resource[] |
getResources()
Return the resources for this repository.
|
java.net.URL |
getURL()
Return the associated URL for the repository.
|
java.net.URL getURL()
Resource[] getResources()
java.lang.String getName()
long getLastModified()