|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedProperties | |
---|---|
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. |
Uses of ExtendedProperties in org.java.plugin |
---|
Methods in org.java.plugin with parameters of type ExtendedProperties | |
---|---|
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. |
Uses of ExtendedProperties in org.java.plugin.boot |
---|
Methods in org.java.plugin.boot with parameters of type ExtendedProperties | |
---|---|
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 |
SplashHandler.configure(ExtendedProperties config)
Configures this handler instance. |
void |
PluginsCollector.configure(ExtendedProperties configuration)
Configures this collector instance, this method will be called once before any other method call in this class. |
void |
DefaultPluginsCollector.configure(ExtendedProperties config)
|
void |
DefaultApplicationInitializer.configure(ExtendedProperties configuration)
Configures this instance and application environment. |
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. |
Uses of ExtendedProperties in org.java.plugin.registry |
---|
Methods in org.java.plugin.registry with parameters of type ExtendedProperties | |
---|---|
void |
PluginRegistry.configure(ExtendedProperties config)
Configures this registry instance. |
Uses of ExtendedProperties in org.java.plugin.registry.xml |
---|
Methods in org.java.plugin.registry.xml with parameters of type ExtendedProperties | |
---|---|
void |
PluginRegistryImpl.configure(ExtendedProperties config)
|
Uses of ExtendedProperties in org.java.plugin.standard |
---|
Fields in org.java.plugin.standard declared as ExtendedProperties | |
---|---|
protected ExtendedProperties |
StandardObjectFactory.config
|
Methods in org.java.plugin.standard with parameters of type ExtendedProperties | |
---|---|
void |
StandardPluginLifecycleHandler.configure(ExtendedProperties config)
|
void |
StandardPathResolver.configure(ExtendedProperties config)
No configuration parameters expected in this implementation. |
protected void |
StandardObjectFactory.configure(ExtendedProperties configuration)
|
void |
ShadingPathResolver.configure(ExtendedProperties config)
|
protected abstract void |
PluginLifecycleHandler.configure(ExtendedProperties config)
Configures this handler instance. |
Uses of ExtendedProperties in org.java.plugin.tools.mocks |
---|
Methods in org.java.plugin.tools.mocks with parameters of type ExtendedProperties | |
---|---|
void |
MockPluginRegistry.configure(ExtendedProperties config)
|
Uses of ExtendedProperties in org.java.plugin.util |
---|
Methods in org.java.plugin.util that return ExtendedProperties | |
---|---|
ExtendedProperties |
ExtendedProperties.getSubset(java.lang.String prefix)
|
ExtendedProperties |
ExtendedProperties.getSubset(java.lang.String prefix,
java.lang.String newPrefix)
|
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |