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