| java.lang.Object org.jpox.plugin.PluginParser
PluginParser | class PluginParser (Code) | | Parser for manifest.mf and plugin.xml files
|
Inner Class :public static class Parser | |
parsePluginElements | public static List[] parsePluginElements(PluginRegistry mgr, URL fileUrl, Bundle plugin, ClassLoaderResolver clr)(Code) | | Method to parse Extensions in plug-in file
Parameters: mgr - the PluginManager Parameters: fileUrl - URL of the plugin.xml file Parameters: clr - the ClassLoaderResolver array of 2 elements. first element is a List of extensionPoints, and 2nd element is a List of Extension throws: JPOXException - if an error occurs during parsing |
parseVersionRange | public static Bundle.BundleVersionRange parseVersionRange(String interval)(Code) | | Parse a Version Range as per OSGi spec 3.0 $3.2.5
Parameters: interval - the interval string |
|
|