Package | Description |
---|---|
org.java.plugin |
This package contains framework runtime API.
|
org.java.plugin.boot |
This package contains helper classes to start/stop JPF based applications.
|
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 PluginRegistry |
ObjectFactory.createRegistry()
Creates new instance of plug-in registry implementation class using
standard discovery algorithm to determine which registry implementation
class should be instantiated.
|
abstract PluginRegistry |
PluginManager.getRegistry() |
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 |
---|---|
protected java.util.Collection<PluginManager.PluginLocation> |
DefaultApplicationInitializer.filterPluginLocations(PluginRegistry registry,
java.util.Collection<PluginManager.PluginLocation> pluginLocations)
This method may remove unwanted plug-in locations from the given list.
|
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
PluginFragment.getRegistry() |
PluginRegistry |
PluginDescriptor.getRegistry() |
Modifier and Type | Class and Description |
---|---|
class |
PluginRegistryImpl
This is an implementation of plug-in registry of XML syntax plug-in
manifests.
|
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
StandardObjectFactory.createRegistry() |
PluginRegistry |
StandardPluginManager.getRegistry() |
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 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.
|
static java.util.Set<java.lang.String> |
PluginArchiver.readDescriptor(java.net.URL archiveFile,
PluginRegistry registry)
Reads meta-information from plug-ins archive file and registers found
plug-in manifest data with given registry for future analysis.
|
static java.util.Set<java.lang.String> |
PluginArchiver.readDescriptor(java.net.URL archiveFile,
PluginRegistry registry,
PluginArchiver.Filter filter)
Reads meta-information from plug-ins archive file and registers found
plug-in manifest data with given registry for future analysis.
|
static java.util.Set<java.lang.String> |
PluginArchiver.unpack(java.net.URL archiveFile,
PluginRegistry registry,
java.io.File destFolder)
Extracts plug-ins from the given archive file.
|
static java.util.Set<java.lang.String> |
PluginArchiver.unpack(java.net.URL archiveFile,
PluginRegistry registry,
java.io.File destFolder,
PluginArchiver.Filter filter)
Extracts plug-ins from the given archive file.
|
Modifier and Type | Method and Description |
---|---|
protected PluginRegistry |
BaseJpfTask.getRegistry() |
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 | Class and Description |
---|---|
class |
MockPluginRegistry |
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
MockPluginDescriptor.getRegistry() |
PluginRegistry |
MockPluginFragment.getRegistry() |
Modifier and Type | Method and Description |
---|---|
MockPluginDescriptor |
MockPluginDescriptor.setRegistry(PluginRegistry value) |
MockPluginFragment |
MockPluginFragment.setRegistry(PluginRegistry value) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.