org.osgi.service.obr

Interface Repository

public interface Repository

Represents a repository.

Version: $Revision: 1.3 $

Method Summary
longgetLastModified()
StringgetName()
Return the name of this reposotory.
Resource[]getResources()
Return the resources for this repository.
URLgetURL()
Return the associated URL for the repository.

Method Detail

getLastModified

public long getLastModified()

getName

public String getName()
Return the name of this reposotory.

Returns: a non-null name

getResources

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

getURL

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