|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resource
Repository provides access to a package (bundle) repository and its resources. NB: this interface is closely modeled on a subset of OSGi OBR RFC-0112 interface of the same name. Should be replaced (or sub-classed) when an implementation is available from OSGi
Method Summary | |
---|---|
java.lang.String[] |
getCategories()
Returns list of categories for this resource |
java.lang.String |
getId()
Returns the resource ID |
java.lang.String |
getPresentationName()
Returns a human readable name |
java.util.Map |
getProperties()
Returns properties of resource |
Repository |
getRepository()
Returns the repository that holds this resource |
java.lang.String |
getSymbolicName()
Returns a symbolic name for the repository |
Method Detail |
---|
java.lang.String[] getCategories()
java.lang.String getId()
java.lang.String getPresentationName()
java.util.Map getProperties()
Repository getRepository()
java.lang.String getSymbolicName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |