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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Extension
This interface abstracts an extension - particular functionality,
the plug-in contribute to the system.
|
interface |
ExtensionPoint
This interface abstracts the extension point - a place where the
functionality of plug-in can be extended.
|
interface |
Library
This interface provides access to information about resource or code
contributed by plug-in.
|
interface |
PluginDescriptor
Main interface to get access to all meta-information for particular
plug-in, described in plug-in manifest file.
|
interface |
PluginFragment
Interface to get access to main information about plug-in fragment.
|
interface |
PluginPrerequisite
This interface abstracts inter plug-ins dependencies.
|
Modifier and Type | Method and Description |
---|---|
protected java.net.URL |
ShadingPathResolver.getBaseUrl(UniqueIdentity uid) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.