org.apache.felix.bundlerepository
Class LocalRepositoryImpl

java.lang.Object
  extended by 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


Nested Class Summary
static class LocalRepositoryImpl.LocalResourceImpl
           
 
Constructor Summary
LocalRepositoryImpl(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void dispose()
           
 long getCurrentTimeStamp()
           
 long getLastModified()
           
 java.lang.String getName()
           
 org.osgi.service.obr.Resource[] getResources()
           
 java.net.URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRepositoryImpl

public LocalRepositoryImpl(org.osgi.framework.BundleContext context)
Method Detail

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