org.osgi.service.obr
Interface Repository


public interface Repository

Represents a repository.

Version:
$Revision: 1.3 $

Method Summary
 long getLastModified()
           
 String getName()
          Return the name of this reposotory.
 Resource[] getResources()
          Return the resources for this repository.
 URL getURL()
          Return the associated URL for the repository.
 

Method Detail

getURL

URL getURL()
Return the associated URL for the repository.


getResources

Resource[] getResources()
Return the resources for this repository.


getName

String getName()
Return the name of this reposotory.

Returns:
a non-null name

getLastModified

long getLastModified()


Copyright © 2006-2011 OSGi Alliance. All Rights Reserved.