public class SystemRepositoryImpl extends java.lang.Object implements Repository
| Modifier and Type | Field and Description |
|---|---|
private long |
lastModified |
private org.apache.felix.utils.log.Logger |
m_logger |
private LocalResourceImpl |
systemBundleResource |
LOCAL, SYSTEM| Constructor and Description |
|---|
SystemRepositoryImpl(org.osgi.framework.BundleContext context,
org.apache.felix.utils.log.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified()
Return the last modification date of this repository
|
java.lang.String |
getName()
Return the name of this repository.
|
Resource[] |
getResources()
Return the resources for this repository.
|
java.lang.String |
getURI()
Return the associated URL for the repository.
|
private final org.apache.felix.utils.log.Logger m_logger
private final long lastModified
private final LocalResourceImpl systemBundleResource
public SystemRepositoryImpl(org.osgi.framework.BundleContext context,
org.apache.felix.utils.log.Logger logger)
public java.lang.String getURI()
RepositorygetURI in interface Repositorypublic Resource[] getResources()
RepositorygetResources in interface Repositorypublic java.lang.String getName()
RepositorygetName in interface Repositorypublic long getLastModified()
RepositorygetLastModified in interface Repository