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.mocks |
Simple mock classes to be used in unit tests.
|
org.java.plugin.util |
This package contains miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
PathResolver.configure(ExtendedProperties config)
Configures this resolver instance.
|
protected abstract void |
ObjectFactory.configure(ExtendedProperties config)
Configures this factory instance.
|
static ObjectFactory |
ObjectFactory.newInstance(ExtendedProperties config)
Creates and configures new instance of object factory.
|
Modifier and Type | Method and Description |
---|---|
static Application |
Boot.boot(ExtendedProperties config,
boolean useControlService,
java.lang.String mode,
BootErrorHandler errorHandler,
java.lang.String[] args)
Boots application according to given configuration data.
|
void |
PluginsCollector.configure(ExtendedProperties configuration)
Configures this collector instance, this method will be called once
before any other method call in this class.
|
void |
SplashHandler.configure(ExtendedProperties config)
Configures this handler instance.
|
void |
DefaultApplicationInitializer.configure(ExtendedProperties configuration)
Configures this instance and application environment.
|
void |
DefaultPluginsCollector.configure(ExtendedProperties config) |
void |
ApplicationInitializer.configure(ExtendedProperties config)
Configures this initializer instance, this method will be called once
before any other method call in this class.
|
protected abstract Application |
ApplicationPlugin.initApplication(ExtendedProperties config,
java.lang.String[] args)
This method should instantiate and configure application instance that
will then be started.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistry.configure(ExtendedProperties config)
Configures this registry instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistryImpl.configure(ExtendedProperties config) |
Modifier and Type | Field and Description |
---|---|
protected ExtendedProperties |
StandardObjectFactory.config |
Modifier and Type | Method and Description |
---|---|
void |
StandardPluginLifecycleHandler.configure(ExtendedProperties config) |
protected void |
StandardObjectFactory.configure(ExtendedProperties configuration) |
protected abstract void |
PluginLifecycleHandler.configure(ExtendedProperties config)
Configures this handler instance.
|
void |
ShadingPathResolver.configure(ExtendedProperties config) |
void |
StandardPathResolver.configure(ExtendedProperties config)
No configuration parameters expected in this implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
MockPluginRegistry.configure(ExtendedProperties config) |
Modifier and Type | Method and Description |
---|---|
ExtendedProperties |
ExtendedProperties.getSubset(java.lang.String prefix) |
ExtendedProperties |
ExtendedProperties.getSubset(java.lang.String prefix,
java.lang.String newPrefix) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.