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

Packages that use OptionResolver
org.ops4j.pax.runner   
 

Uses of OptionResolver in org.ops4j.pax.runner
 

Classes in org.ops4j.pax.runner that implement OptionResolver
 class OptionResolverImpl
          Resolvs options by:
1.
 

Methods in org.ops4j.pax.runner that return OptionResolver
 OptionResolver Context.getOptionResolver()
          Returns the option resolver in use.
 OptionResolver ContextImpl.getOptionResolver()
          Returns the option resolver in use.
 

Methods in org.ops4j.pax.runner with parameters of type OptionResolver
 Context Context.setOptionResolver(OptionResolver optionResolver)
          Sets the option resolver in use.
 Context ContextImpl.setOptionResolver(OptionResolver optionResolver)
          Sets the option resolver 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.
 



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