Uses of Class
org.java.plugin.util.ExtendedProperties
-
Packages that use ExtendedProperties 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. -
-
Uses of ExtendedProperties in org.java.plugin
Methods in org.java.plugin with parameters of type ExtendedProperties Modifier and Type Method Description protected abstract void
ObjectFactory. configure(ExtendedProperties config)
Configures this factory instance.void
PathResolver. configure(ExtendedProperties config)
Configures this resolver 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 Modifier and Type Method 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
ApplicationInitializer. configure(ExtendedProperties config)
Configures this initializer instance, this method will be called once before any other method call in this class.void
DefaultApplicationInitializer. configure(ExtendedProperties configuration)
Configures this instance and application environment.void
DefaultPluginsCollector. configure(ExtendedProperties config)
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.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
PluginRegistryImpl. configure(ExtendedProperties config)
-
Uses of ExtendedProperties in org.java.plugin.standard
Fields in org.java.plugin.standard declared as ExtendedProperties Modifier and Type Field Description protected ExtendedProperties
StandardObjectFactory. config
Methods in org.java.plugin.standard with parameters of type ExtendedProperties Modifier and Type Method Description protected abstract void
PluginLifecycleHandler. configure(ExtendedProperties config)
Configures this handler instance.void
ShadingPathResolver. configure(ExtendedProperties config)
protected void
StandardObjectFactory. configure(ExtendedProperties configuration)
void
StandardPathResolver. configure(ExtendedProperties config)
No configuration parameters expected in this implementation.void
StandardPluginLifecycleHandler. configure(ExtendedProperties config)
-
Uses of ExtendedProperties in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks with parameters of type ExtendedProperties Modifier and Type Method Description void
MockPluginRegistry. configure(ExtendedProperties config)
-
Uses of ExtendedProperties in org.java.plugin.util
Methods in org.java.plugin.util that return ExtendedProperties Modifier and Type Method Description ExtendedProperties
ExtendedProperties. getSubset(java.lang.String prefix)
ExtendedProperties
ExtendedProperties. getSubset(java.lang.String prefix, java.lang.String newPrefix)
-