Uses of Interface
org.java.plugin.registry.PluginElement
-
Packages that use PluginElement Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of PluginElement in org.java.plugin.registry
Classes in org.java.plugin.registry with type parameters of type PluginElement Modifier and Type Interface Description interfacePluginElement<T extends PluginElement<T>>This interface abstracts a plug-in element - a thing that is declared in plug-in or plug-in fragment descriptor.Subinterfaces of PluginElement in org.java.plugin.registry Modifier and Type Interface Description interfaceExtensionThis interface abstracts an extension - particular functionality, the plug-in contribute to the system.static interfaceExtension.ParameterThis interface abstracts extension parameter according to extension declaration in manifest.interfaceExtensionPointThis interface abstracts the extension point - a place where the functionality of plug-in can be extended.static interfaceExtensionPoint.ParameterDefinitionThis interface abstracts parameter definition - a parameter "type declaration".interfaceLibraryThis interface provides access to information about resource or code contributed by plug-in.interfacePluginAttributeThis interface abstracts plug-in attribute, a <ID,VALUE> pair.interfacePluginPrerequisiteThis interface abstracts inter plug-ins dependencies. -
Uses of PluginElement in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks with type parameters of type PluginElement Modifier and Type Class Description classMockPluginElement<T extends PluginElement<T>>Classes in org.java.plugin.tools.mocks that implement PluginElement Modifier and Type Class Description classMockExtensionclassMockExtensionPointclassMockLibraryclassMockParameterclassMockParameterDefinitionclassMockPluginAttributeclassMockPluginElement<T extends PluginElement<T>>classMockPluginPrerequisite
-