Uses of Interface
org.java.plugin.registry.PluginFragment
-
Packages that use PluginFragment Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation.org.java.plugin.tools General plug-in tools related classes.org.java.plugin.tools.mocks 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 PluginFragment Modifier and Type Method Description PluginFragment
PluginElement. getDeclaringPluginFragment()
Returns descriptor of plug-in fragment that contributes this element.Methods in org.java.plugin.registry that return types with arguments of type PluginFragment Modifier and Type Method Description java.util.Collection<PluginFragment>
PluginDescriptor. getFragments()
Returns collection of plug-in fragments which contributes to this plug-in.java.util.Collection<PluginFragment>
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 Modifier and Type Method Description java.util.Collection<PluginFragment>
PluginRegistryImpl. getPluginFragments()
-
Uses of PluginFragment in org.java.plugin.tools
Methods in org.java.plugin.tools with parameters of type PluginFragment Modifier and Type Method Description static void
PluginArchiver. pack(PluginFragment fragment, PathResolver pathResolver, java.io.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 PluginFragment Modifier and Type Class Description class
MockPluginFragment
Methods in org.java.plugin.tools.mocks that return PluginFragment Modifier and Type Method Description PluginFragment
MockPluginElement. getDeclaringPluginFragment()
Methods in org.java.plugin.tools.mocks that return types with arguments of type PluginFragment Modifier and Type Method Description Documentation<PluginFragment>
MockPluginFragment. getDocumentation()
java.util.Collection<PluginFragment>
MockPluginDescriptor. getFragments()
java.util.Collection<PluginFragment>
MockPluginRegistry. getPluginFragments()
Methods in org.java.plugin.tools.mocks with parameters of type PluginFragment Modifier and Type Method Description MockPluginDescriptor
MockPluginDescriptor. addFragment(PluginFragment fragment)
MockPluginRegistry
MockPluginRegistry. addPluginFragment(PluginFragment fragment)
MockPluginElement<T>
MockPluginElement. setDeclaringPluginFragment(PluginFragment value)
Method parameters in org.java.plugin.tools.mocks with type arguments of type PluginFragment Modifier and Type Method Description MockPluginFragment
MockPluginFragment. setDocumentation(Documentation<PluginFragment> value)
-