Uses of Interface
org.java.plugin.registry.PluginFragment
Packages that use PluginFragment
Package
Description
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
General plug-in tools related classes.
Simple mock classes to be used in unit tests.
-
Uses of PluginFragment in org.java.plugin.registry
Methods in org.java.plugin.registry that return PluginFragmentModifier and TypeMethodDescriptionPluginElement.getDeclaringPluginFragment()
Returns descriptor of plug-in fragment that contributes this element.Methods in org.java.plugin.registry that return types with arguments of type PluginFragmentModifier and TypeMethodDescriptionPluginDescriptor.getFragments()
Returns collection of plug-in fragments which contributes to this plug-in.PluginRegistry.getPluginFragments()
Returns collection of descriptors of all plug-in fragments that was successfully populated by this registry. -
Uses of PluginFragment in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return types with arguments of type PluginFragment -
Uses of PluginFragment in org.java.plugin.tools
Methods in org.java.plugin.tools with parameters of type PluginFragmentModifier and TypeMethodDescriptionstatic void
PluginArchiver.pack
(PluginFragment fragment, PathResolver pathResolver, File destFile) Packs given plug-in fragment into single ZIP file. -
Uses of PluginFragment in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement PluginFragmentMethods in org.java.plugin.tools.mocks that return PluginFragmentMethods in org.java.plugin.tools.mocks that return types with arguments of type PluginFragmentModifier and TypeMethodDescriptionMockPluginFragment.getDocumentation()
MockPluginDescriptor.getFragments()
MockPluginRegistry.getPluginFragments()
Methods in org.java.plugin.tools.mocks with parameters of type PluginFragmentModifier and TypeMethodDescriptionMockPluginDescriptor.addFragment
(PluginFragment fragment) MockPluginRegistry.addPluginFragment
(PluginFragment fragment) MockPluginElement.setDeclaringPluginFragment
(PluginFragment value) Method parameters in org.java.plugin.tools.mocks with type arguments of type PluginFragmentModifier and TypeMethodDescriptionMockPluginFragment.setDocumentation
(Documentation<PluginFragment> value)