| java.lang.Object org.jpox.plugin.Bundle
Bundle | public class Bundle (Code) | | A Plug-in (OSGi Bundle) definition. Represents the XML declaration
version: $Revision: 1.3 $ |
Inner Class :public static class BundleDescription | |
Inner Class :public static class BundleVersion | |
Inner Class :public static class BundleVersionRange | |
Bundle | public Bundle(String symbolicName, String name, String vendorName, String version, URL manifestLocation)(Code) | | Constructor
Parameters: symbolicName - the unique id - bundle symbolic name Parameters: name - the name Parameters: vendorName - the vendor name Parameters: version - the version number Parameters: manifestLocation - the path to the declaration file |
getManifestLocation | public URL getManifestLocation()(Code) | | Acessor for the location of the manifest.mf file
the manifest.mf location |
getName | public String getName()(Code) | | Acessor for the plug-in name
plug-in name |
getSymbolicName | public String getSymbolicName()(Code) | | Accessor for the plug-in id - bundle symbolic name
id of the plug-in |
getVendorName | public String getVendorName()(Code) | | Accessor for the provider name of this plug-in
provider name |
getVersion | public String getVersion()(Code) | | Acessor for the version of this plug-in
version |
setRequireBundle | public void setRequireBundle(List requireBundle)(Code) | | Acessor for the RequireBundle.
Parameters: requireBundle - A List of Bundle.BundleDescription elements |
|
|