Package | Description |
---|---|
org.java.plugin |
This package contains framework runtime API.
|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.registry.xml |
This package contains XML syntax manifest files based framework registry API implementation.
|
org.java.plugin.standard |
This package contains standard implementation of main framework runtime API.
|
Modifier and Type | Method and Description |
---|---|
abstract PathResolver |
ObjectFactory.createPathResolver()
Creates new instance of path resolver implementation class using standard
discovery algorithm to determine which resolver implementation class
should be instantiated.
|
abstract PathResolver |
PluginManager.getPathResolver() |
Modifier and Type | Method and Description |
---|---|
abstract PluginManager |
ObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver)
Creates new instance of plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver)
Performs integrity check of all registered plug-ins and generates result
as a collection of standard report items.
|
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport)
Performs integrity check of all registered plug-ins and generates result
as a collection of standard report items.
|
URL |
Extension.Parameter.valueAsUrl(PathResolver pathResolver)
Returns "typed" value of parameter.
|
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver) |
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport) |
Modifier and Type | Class and Description |
---|---|
class |
ShadingPathResolver
This implementation of path resolver makes "shadow copy" of plug-in resources
before resolving paths to them, this helps avoid locking of local resources
and run native code from remote locations.
|
class |
StandardPathResolver
Standard simple implementation of path resolver.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
StandardObjectFactory.createPathResolver() |
PathResolver |
StandardPluginManager.getPathResolver() |
Modifier and Type | Method and Description |
---|---|
PluginManager |
StandardObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver) |
Constructor and Description |
---|
StandardPluginManager(PluginRegistry aRegistry,
PathResolver aPathResolver,
PluginLifecycleHandler aLifecycleHandler)
Creates instance of plug-in manager for given registry, path resolver and
life cycle handler.
|
Copyright © 2016. All Rights Reserved.