org.osgi.service.obr
Interface Repository

All Known Implementing Classes:
RepositoryImpl

public interface Repository

A named requirement specifies the need for certain capabilities with the same name.

Author:
OSGi Alliance 2006 and Richard S. Hall

Method Summary
 long getLastModified()
           
 java.lang.String getName()
           
 Resource[] getResources()
           
 java.net.URL getURL()
           
 

Method Detail

getLastModified

long getLastModified()

getName

java.lang.String getName()

getResources

Resource[] getResources()

getURL

java.net.URL getURL()