Uses of Interface
org.ops4j.pax.runner.Configuration

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.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.