| org.java.plugin.registry |
|
This package contains framework registry API.
|
| Java Source File Name | Type | Comment |
| Documentable.java | Interface | Interface to get access to plug-in element documentation. |
| Documentation.java | Interface | Interface to collect documentation data for some plug-in element. |
| Extension.java | Interface | This interface abstracts an extension - particular functionality,
the plug-in contribute to the system. |
| ExtensionMultiplicity.java | enum | Extension point multiplicity constants. |
| ExtensionPoint.java | Interface | This interface abstracts the extension point - a place where the
functionality of plug-in can be extended. |
| Identity.java | Interface | Base interface for any plug-in manifest element class. |
| IntegrityCheckReport.java | Interface | Result of validation performed by registry on all registered plug-ins. |
| Library.java | Interface | This interface provides access to information about resource or code
contributed by plug-in. |
| ManifestInfo.java | Interface | Manifest info holder interface. |
| ManifestProcessingException.java | Class | Exception class that indicates errors during plug-in manifest processing. |
| MatchingRule.java | enum | Version identifier matching modes. |
| ParameterMultiplicity.java | enum | Parameter definition multiplicity constants. |
| ParameterType.java | enum | Parameter definition type constants. |
| PluginAttribute.java | Interface | This interface abstracts plug-in attribute, a <ID,VALUE> pair. |
| PluginDescriptor.java | Interface | Main interface to get access to all meta-information for particular
plug-in, described in plug-in manifest file. |
| PluginElement.java | Interface | This interface abstracts a plug-in element - a thing that is declared in
plug-in or plug-in fragment descriptor. |
| PluginFragment.java | Interface | Interface to get access to main information about plug-in fragment. |
| PluginPrerequisite.java | Interface | This interface abstracts inter plug-ins dependencies. |
| PluginRegistry.java | Interface | Root interface to get access to all meta-information about discovered
plug-ins. |
| UniqueIdentity.java | Interface | Base interface for those plug-in manifest element classes that may have UID. |
| Version.java | Class | This class represents a plug-in version identifier. |