Uses of Class
org.jpox.plugin.Bundle

Packages that use Bundle
org.jpox.plugin Package providing the plugin mechanism utilised by JPOX. 
 

Uses of Bundle in org.jpox.plugin
 

Methods in org.jpox.plugin that return Bundle
 Bundle ExtensionPoint.getBundle()
          Accessor for the Plug-in that declared this ExtensionPoint
 Bundle[] EclipsePluginRegistry.getBundles()
          Accessor for all registered bundles
 Bundle[] NonManagedPluginRegistry.getBundles()
          Accessor for all registered bundles
 Bundle[] PluginRegistry.getBundles()
          Accessor for all registered bundles
 Bundle Extension.getPlugin()
          Accessor for the Plug-in that declared this Extension
protected  Bundle NonManagedPluginRegistry.registerBundle(java.util.jar.Manifest mf, java.net.URL manifest)
          Register the plugin bundle
protected  Bundle NonManagedPluginRegistry.registerBundle(java.net.URL manifest)
          Register the plugin bundle
 

Methods in org.jpox.plugin with parameters of type Bundle
 void NonManagedPluginRegistry.registerPluginExtensions(java.net.URL plugin, Bundle bundle)
          Register extension and extension points
 

Constructors in org.jpox.plugin with parameters of type Bundle
Extension(ExtensionPoint point, Bundle plugin)
           
Extension(java.lang.String pointId, Bundle plugin)
           
ExtensionPoint(java.lang.String id, java.lang.String name, java.net.URL schema, Bundle plugin)
          Constructor
 



Copyright © -2008 . All Rights Reserved.