|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.ops4j.pax.runner |
Uses of Configuration in org.ops4j.pax.runner |
---|
Classes in org.ops4j.pax.runner that implement Configuration | |
---|---|
class |
ConfigurationImpl
Configuration implementation that reads properties from a properties file. |
Methods in org.ops4j.pax.runner that return Configuration | |
---|---|
Configuration |
Context.getConfiguration()
Returns the configuration in use. |
Configuration |
ContextImpl.getConfiguration()
Returns the configuration in use. |
Methods in org.ops4j.pax.runner with parameters of type Configuration | |
---|---|
Context |
Context.setConfiguration(Configuration configuration)
Sets the configuration in use. |
Context |
ContextImpl.setConfiguration(Configuration configuration)
Sets the configuration in use. |
void |
Run.start(CommandLine commandLine,
Configuration config,
OptionResolver resolver)
Starts runner. |
void |
Run.start(CommandLine commandLine,
Configuration config,
OptionResolver resolver,
JavaRunner runner)
Starts runner with a java runner. |
Constructors in org.ops4j.pax.runner with parameters of type Configuration | |
---|---|
OptionResolverImpl(CommandLine commandLine,
Configuration configuration)
Creates anew option resolver. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |