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.
|
org.java.plugin.tools |
General plug-in tools related classes.
|
org.java.plugin.tools.ant |
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
|
org.java.plugin.tools.docgen |
JXP
(Java scripted page) templates based documentation generator.
|
org.java.plugin.tools.mocks |
Simple mock classes to be used in unit tests.
|
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.
|
java.net.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
PluginArchiver.pack(PluginDescriptor descr,
PathResolver pathResolver,
java.io.File destFile)
Packs given plug-in into single ZIP file.
|
static void |
PluginArchiver.pack(PluginFragment fragment,
PathResolver pathResolver,
java.io.File destFile)
Packs given plug-in fragment into single ZIP file.
|
static java.util.Set<java.lang.String> |
PluginArchiver.pack(PluginRegistry registry,
PathResolver pathResolver,
java.io.File destFile)
Packs all plug-ins from given registry as one archive file.
|
static java.util.Set<java.lang.String> |
PluginArchiver.pack(PluginRegistry registry,
PathResolver pathResolver,
java.io.File destFile,
PluginArchiver.Filter filter)
Packs plug-ins from given registry as one archive file according to
given filter.
|
Modifier and Type | Method and Description |
---|---|
protected PathResolver |
BaseJpfTask.getPathResolver() |
Constructor and Description |
---|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver)
Constructs generator configured to use pre-defined set of templates.
|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver,
java.io.File templatesFolder,
java.lang.String templatesEncoding)
Constructs generator configured to use custom templates located somewhere
in the local file system.
|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver,
java.lang.String templatesPath,
java.lang.String templatesEncoding)
Constructs generator configured to use custom templates available in the
classpath.
|
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver) |
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport) |
java.net.URL |
MockParameter.valueAsUrl(PathResolver pathResolver) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.