|
JPF 0.10 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Identity | |
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.registry | This package contains framework registry API. |
org.java.plugin.standard | This package contains standard implementation of main framework runtime API. |
Uses of Identity in org.java.plugin |
Methods in org.java.plugin with parameters of type Identity | |
void |
PathResolver.registerContext(Identity idt,
java.net.URL url)
Registers "home" URL for given plug-in element. |
java.net.URL |
PathResolver.resolvePath(Identity identity,
java.lang.String path)
Should resolve given path to URL for a given identity. |
Uses of Identity in org.java.plugin.registry |
Subinterfaces of Identity in org.java.plugin.registry | |
interface |
Extension
This interface abstracts an extension - particular functionality, the plug-in contribute to the system. |
static interface |
Extension.Parameter
This interface abstracts extension parameter according to extension declaration in manifest. |
interface |
ExtensionPoint
This interface abstracts the extension point - a place where the functionality of plug-in can be extended. |
static interface |
ExtensionPoint.ParameterDefinition
This interface abstracts parameter definition - a parameter "type declaration". |
interface |
Library
This interface provides access to information about resource or code contributed by plug-in. |
interface |
PluginAttribute
This interface abstracts plug-in attribute, a <ID,VALUE> pair. |
interface |
PluginDescriptor
Main interface to get access to all meta-information for particular plug-in, described in plug-in manifest file. |
interface |
PluginElement
This interface abstracts a plug-in element - a thing that is declared in plug-in or plug-in fragment descriptor. |
interface |
PluginFragment
Interface to get access to main information about plug-in fragment. |
interface |
PluginPrerequisite
This interface abstracts inter plug-ins dependencies. |
interface |
UniqueIdentity
Base interface for those plug-in manifest element classes that may have UID. |
Methods in org.java.plugin.registry that return Identity | |
Identity |
IntegrityCheckReport.ReportItem.getSource()
|
Identity |
Documentation.getDeclaringIdentity()
|
Identity |
Documentation.Reference.getDeclaringIdentity()
|
Uses of Identity in org.java.plugin.standard |
Methods in org.java.plugin.standard with parameters of type Identity | |
void |
StandardPathResolver.registerContext(Identity idt,
java.net.URL url)
This implementation accepts PluginDescriptor or
PluginFragment as valid plug-in elements. |
java.net.URL |
StandardPathResolver.resolvePath(Identity identity,
java.lang.String path)
|
void |
ShadingPathResolver.registerContext(Identity idt,
java.net.URL url)
|
java.net.URL |
ShadingPathResolver.resolvePath(Identity idt,
java.lang.String path)
|
|
JPF 0.10 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |