Uses of Interface
org.java.plugin.registry.PluginDescriptor
Packages that use PluginDescriptor
Package
Description
This package contains framework runtime API.
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
This package contains standard implementation of main framework runtime API.
General plug-in tools related classes.
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
Simple mock classes to be used in unit tests.
-
Uses of PluginDescriptor in org.java.plugin
Methods in org.java.plugin that return PluginDescriptorModifier and TypeMethodDescriptionabstract PluginDescriptor[]PluginManager.disablePlugin(PluginDescriptor descr) Disables plug-in (with dependencies) in this manager instance.abstract PluginDescriptor[]PluginManager.enablePlugin(PluginDescriptor descr, boolean includeDependings) Enables plug-in (or plug-ins) in this manager instance.final PluginDescriptorPlugin.getDescriptor()PluginClassLoader.getPluginDescriptor()Methods in org.java.plugin with parameters of type PluginDescriptorModifier and TypeMethodDescriptionabstract PluginDescriptor[]PluginManager.disablePlugin(PluginDescriptor descr) Disables plug-in (with dependencies) in this manager instance.abstract PluginDescriptor[]PluginManager.enablePlugin(PluginDescriptor descr, boolean includeDependings) Enables plug-in (or plug-ins) in this manager instance.abstract PluginClassLoaderPluginManager.getPluginClassLoader(PluginDescriptor descr) Returns instance of plug-in's class loader and not tries to activate plug-in.protected final voidPluginManager.initPlugin(Plugin plugin, PluginDescriptor descr) Initializes given plug-in with this manager instance and given descriptor.abstract booleanPluginManager.isBadPlugin(PluginDescriptor descr) abstract booleanPluginManager.isPluginActivated(PluginDescriptor descr) abstract booleanPluginManager.isPluginActivating(PluginDescriptor descr) abstract booleanPluginManager.isPluginEnabled(PluginDescriptor descr) voidPluginManager.EventListener.pluginDisabled(PluginDescriptor descriptor) This method will be called by the manager just before plug-in disabling.voidPluginManager.EventListenerAdapter.pluginDisabled(PluginDescriptor descriptor) voidPluginManager.EventListener.pluginEnabled(PluginDescriptor descriptor) This method will be called by the manager just after plug-in enabling.voidPluginManager.EventListenerAdapter.pluginEnabled(PluginDescriptor descriptor) Constructors in org.java.plugin with parameters of type PluginDescriptorModifierConstructorDescriptionprotectedPluginClassLoader(PluginManager aManager, PluginDescriptor descr, URL[] urls) protectedPluginClassLoader(PluginManager aManager, PluginDescriptor descr, URL[] urls, ClassLoader parent) protectedPluginClassLoader(PluginManager aManager, PluginDescriptor descr, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) -
Uses of PluginDescriptor in org.java.plugin.registry
Methods in org.java.plugin.registry that return PluginDescriptorModifier and TypeMethodDescriptionPluginElement.getDeclaringPluginDescriptor()Returns plug-in descriptor, this element belongs to.PluginRegistry.getPluginDescriptor(String pluginId) Returns descriptor of plug-in with given ID.Extension.Parameter.valueAsPluginDescriptor()Returns "typed" value of parameter.Methods in org.java.plugin.registry that return types with arguments of type PluginDescriptorModifier and TypeMethodDescriptionPluginRegistry.getDependingPlugins(PluginDescriptor descr) Utility method that recursively collects all plug-ins that depends on the given plug-in.PluginRegistry.getPluginDescriptors()Returns collection of descriptors of all plug-ins that was successfully populated by this registry.Methods in org.java.plugin.registry with parameters of type PluginDescriptorModifier and TypeMethodDescriptionPluginRegistry.getDependingPlugins(PluginDescriptor descr) Utility method that recursively collects all plug-ins that depends on the given plug-in.booleanPluginFragment.matches(PluginDescriptor descr) Checks is this fragment may contribute to given plug-in. -
Uses of PluginDescriptor in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return PluginDescriptorMethods in org.java.plugin.registry.xml that return types with arguments of type PluginDescriptorModifier and TypeMethodDescriptionPluginRegistryImpl.getDependingPlugins(PluginDescriptor descr) PluginRegistryImpl.getPluginDescriptors()Methods in org.java.plugin.registry.xml with parameters of type PluginDescriptor -
Uses of PluginDescriptor in org.java.plugin.standard
Methods in org.java.plugin.standard that return PluginDescriptorModifier and TypeMethodDescriptionStandardPluginManager.disablePlugin(PluginDescriptor descr) Disables plug-in (with dependencies) in this manager instance.StandardPluginManager.enablePlugin(PluginDescriptor descr, boolean includeDependings) Enables plug-in (or plug-ins) in this manager instance.Methods in org.java.plugin.standard with parameters of type PluginDescriptorModifier and TypeMethodDescriptionprotected abstract PluginClassLoaderPluginLifecycleHandler.createPluginClassLoader(PluginDescriptor descr) This method should create new instance of class loader for given plug-in.protected PluginClassLoaderStandardPluginLifecycleHandler.createPluginClassLoader(PluginDescriptor descr) Creates standard implementation of plug-in class loader.protected abstract PluginPluginLifecycleHandler.createPluginInstance(PluginDescriptor descr) This method should create new instance of plug-in class.protected PluginStandardPluginLifecycleHandler.createPluginInstance(PluginDescriptor descr) Creates instance of plug-in class calling it's default (no-arguments) constructor.StandardPluginManager.disablePlugin(PluginDescriptor descr) Disables plug-in (with dependencies) in this manager instance.StandardPluginManager.enablePlugin(PluginDescriptor descr, boolean includeDependings) Enables plug-in (or plug-ins) in this manager instance.StandardPluginManager.getPluginClassLoader(PluginDescriptor descr) Returns instance of plug-in's class loader and not tries to activate plug-in.booleanStandardPluginManager.isBadPlugin(PluginDescriptor descr) booleanStandardPluginManager.isPluginActivated(PluginDescriptor descr) booleanStandardPluginManager.isPluginActivating(PluginDescriptor descr) booleanStandardPluginManager.isPluginEnabled(PluginDescriptor descr) Constructors in org.java.plugin.standard with parameters of type PluginDescriptorModifierConstructorDescriptionStandardPluginClassLoader(PluginManager aManager, PluginDescriptor descr, ClassLoader parent) Creates class instance configured to load classes and resources for given plug-in. -
Uses of PluginDescriptor in org.java.plugin.tools
Methods in org.java.plugin.tools with parameters of type PluginDescriptorModifier and TypeMethodDescriptionstatic voidPluginArchiver.pack(PluginDescriptor descr, PathResolver pathResolver, File destFile) Packs given plug-in into single ZIP file. -
Uses of PluginDescriptor in org.java.plugin.tools.ant
Method parameters in org.java.plugin.tools.ant with type arguments of type PluginDescriptorModifier and TypeMethodDescriptionprotected voidSortTask.reorder(List<PluginDescriptor> descriptors) -
Uses of PluginDescriptor in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement PluginDescriptorMethods in org.java.plugin.tools.mocks that return PluginDescriptorModifier and TypeMethodDescriptionMockPluginElement.getDeclaringPluginDescriptor()MockPluginRegistry.getPluginDescriptor(String pluginId) MockParameter.valueAsPluginDescriptor()Methods in org.java.plugin.tools.mocks that return types with arguments of type PluginDescriptorModifier and TypeMethodDescriptionMockPluginRegistry.getDependingPlugins(PluginDescriptor descr) MockPluginDescriptor.getDocumentation()MockPluginRegistry.getPluginDescriptors()Methods in org.java.plugin.tools.mocks with parameters of type PluginDescriptorModifier and TypeMethodDescriptionMockPluginRegistry.addPluginDescriptor(PluginDescriptor descr) MockPluginRegistry.getDependingPlugins(PluginDescriptor descr) booleanMockPluginFragment.matches(PluginDescriptor descr) MockPluginElement.setDeclaringPluginDescriptor(PluginDescriptor value) Method parameters in org.java.plugin.tools.mocks with type arguments of type PluginDescriptorModifier and TypeMethodDescriptionMockPluginDescriptor.setDocumentation(Documentation<PluginDescriptor> value) Constructors in org.java.plugin.tools.mocks with parameters of type PluginDescriptorModifierConstructorDescriptionMockExtension(String id, PluginDescriptor declaringPluginDescriptor)