Interface Repository
- All Known Implementing Classes:
LocalRepositoryImpl
,RepositoryImpl
,SystemRepositoryImpl
public interface Repository
Represents a repository.
- Version:
- $Revision: 1.3 $
-
Field Details
-
SYSTEM
URI identifying the system repository- See Also:
-
LOCAL
URI identiying the local repository- See Also:
-
-
Method Details
-
getURI
String getURI()Return the associated URL for the repository. -
getResources
Resource[] getResources()Return the resources for this repository. -
getName
String getName()Return the name of this repository.- Returns:
- a non-null name
-
getLastModified
long getLastModified()Return the last modification date of this repository- Returns:
- the last modification date
-