Uses of Interface
org.java.plugin.registry.UniqueIdentity
-
Packages that use UniqueIdentity Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.standard This package contains standard implementation of main framework runtime API.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of UniqueIdentity in org.java.plugin.registry
Subinterfaces of UniqueIdentity in org.java.plugin.registry Modifier and Type Interface Description interfaceExtensionThis interface abstracts an extension - particular functionality, the plug-in contribute to the system.interfaceExtensionPointThis interface abstracts the extension point - a place where the functionality of plug-in can be extended.interfaceLibraryThis interface provides access to information about resource or code contributed by plug-in.interfacePluginDescriptorMain interface to get access to all meta-information for particular plug-in, described in plug-in manifest file.interfacePluginFragmentInterface to get access to main information about plug-in fragment.interfacePluginPrerequisiteThis interface abstracts inter plug-ins dependencies. -
Uses of UniqueIdentity in org.java.plugin.standard
Methods in org.java.plugin.standard with parameters of type UniqueIdentity Modifier and Type Method Description protected java.net.URLShadingPathResolver. getBaseUrl(UniqueIdentity uid) -
Uses of UniqueIdentity in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement UniqueIdentity Modifier and Type Class Description classMockExtensionclassMockExtensionPointclassMockLibraryclassMockPluginDescriptorclassMockPluginFragmentclassMockPluginPrerequisite
-