JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
org.osgi.service.obr
Repository
Contents
Description
Method Summary
Method Details
getURL()
getResources()
getName()
getLastModified()
Hide sidebar
Show sidebar
Interface Repository
public interface
Repository
Represents a repository.
Version:
$Revision: 1.3 $
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
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 Details
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
()