Uses of Class
org.java.plugin.util.ExtendedProperties
Packages that use ExtendedProperties
Package
Description
This package contains framework runtime API.
This package contains helper classes to start/stop JPF based applications.
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
This package contains standard implementation of main framework runtime API.
Simple mock classes to be used in unit tests.
This package contains miscellaneous utility classes.
-
Uses of ExtendedProperties in org.java.plugin
Methods in org.java.plugin with parameters of type ExtendedPropertiesModifier and TypeMethodDescriptionprotected 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 ExtendedPropertiesModifier and TypeMethodDescriptionstatic Application
Boot.boot
(ExtendedProperties config, boolean useControlService, String mode, BootErrorHandler errorHandler, 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, 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 ExtendedPropertiesModifier and TypeMethodDescriptionvoid
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 -
Uses of ExtendedProperties in org.java.plugin.standard
Fields in org.java.plugin.standard declared as ExtendedPropertiesMethods in org.java.plugin.standard with parameters of type ExtendedPropertiesModifier and TypeMethodDescriptionprotected 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 -
Uses of ExtendedProperties in org.java.plugin.util
Methods in org.java.plugin.util that return ExtendedPropertiesModifier and TypeMethodDescription