Interface Resource


  • public interface Resource
    A resource is an abstraction of a downloadable thing, like a bundle. Resources have capabilities and requirements. All a resource's requirements must be satisfied before it can be installed.
    Version:
    $Revision: 1.5 $
    • Method Detail

      • getProperties

        java.util.Map getProperties()
      • getSymbolicName

        java.lang.String getSymbolicName()
      • getPresentationName

        java.lang.String getPresentationName()
      • getVersion

        org.osgi.framework.Version getVersion()
      • getId

        java.lang.String getId()
      • getURL

        java.net.URL getURL()
      • getCategories

        java.lang.String[] getCategories()