Repository
public 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()
Repository
getURI
in interface Repository
public Resource[] getResources()
Repository
getResources
in interface Repository
public String getName()
Repository
getName
in interface Repository
public long getLastModified()
Repository
getLastModified
in interface Repository
Copyright © 2018. All rights reserved.