Class SystemRepositoryImpl
java.lang.Object
org.apache.felix.bundlerepository.impl.SystemRepositoryImpl
- All Implemented Interfaces:
Repository
-
Field Summary
Fields inherited from interface org.apache.felix.bundlerepository.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:Repository
Return the associated URL for the repository.- Specified by:
getURI
in interfaceRepository
-
getResources
Description copied from interface:Repository
Return the resources for this repository.- Specified by:
getResources
in interfaceRepository
-
getName
Description copied from interface:Repository
Return the name of this repository.- Specified by:
getName
in interfaceRepository
- Returns:
- a non-null name
-
getLastModified
public long getLastModified()Description copied from interface:Repository
Return the last modification date of this repository- Specified by:
getLastModified
in interfaceRepository
- Returns:
- the last modification date
-