Class SystemRepositoryImpl
java.lang.Object
org.apache.felix.bundlerepository.impl.SystemRepositoryImpl
- All Implemented Interfaces:
Repository
-
Field Summary
Fields inherited from interface Repository
LOCAL, SYSTEM -
Constructor Summary
ConstructorsConstructorDescriptionSystemRepositoryImpl(org.osgi.framework.BundleContext context, org.apache.felix.utils.log.Logger logger) -
Method Summary
-
Constructor Details
-
SystemRepositoryImpl
public SystemRepositoryImpl(org.osgi.framework.BundleContext context, org.apache.felix.utils.log.Logger logger)
-
-
Method Details
-
getURI
Description copied from interface:RepositoryReturn the associated URL for the repository.- Specified by:
getURIin interfaceRepository
-
getResources
Description copied from interface:RepositoryReturn the resources for this repository.- Specified by:
getResourcesin interfaceRepository
-
getName
Description copied from interface:RepositoryReturn the name of this repository.- Specified by:
getNamein interfaceRepository- Returns:
- a non-null name
-
getLastModified
public long getLastModified()Description copied from interface:RepositoryReturn the last modification date of this repository- Specified by:
getLastModifiedin interfaceRepository- Returns:
- the last modification date
-