Package org.osgi.service.obr
Interface Repository
-
public interface Repository
Represents a repository.- Version:
- $Revision: 1.3 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getURL
java.net.URL getURL()
Return the associated URL for the repository.
-
getResources
Resource[] getResources()
Return the resources for this repository.
-
getName
java.lang.String getName()
Return the name of this reposotory.- Returns:
- a non-null name
-
getLastModified
long getLastModified()
-
-