org.apache.felix.bundlerepository
Class LocalRepositoryImpl
java.lang.Object
org.apache.felix.bundlerepository.LocalRepositoryImpl
- All Implemented Interfaces:
- org.osgi.service.obr.Repository
public class LocalRepositoryImpl
- extends java.lang.Object
- implements org.osgi.service.obr.Repository
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalRepositoryImpl
public LocalRepositoryImpl(org.osgi.framework.BundleContext context)
dispose
public void dispose()
getURL
public java.net.URL getURL()
- Specified by:
getURL
in interface org.osgi.service.obr.Repository
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.osgi.service.obr.Repository
getLastModified
public long getLastModified()
- Specified by:
getLastModified
in interface org.osgi.service.obr.Repository
getCurrentTimeStamp
public long getCurrentTimeStamp()
getResources
public org.osgi.service.obr.Resource[] getResources()
- Specified by:
getResources
in interface org.osgi.service.obr.Repository