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

Packages that use CommandLine
org.ops4j.pax.runner   
 

Uses of CommandLine in org.ops4j.pax.runner
 

Classes in org.ops4j.pax.runner that implement CommandLine
 class CommandLineImpl
          Default implementation of Command Line.
 

Methods in org.ops4j.pax.runner that return CommandLine
 CommandLine Context.getCommandLine()
          Returns the command line in use.
 CommandLine ContextImpl.getCommandLine()
          Returns the command line in use.
 

Methods in org.ops4j.pax.runner with parameters of type CommandLine
 Context Context.setCommandLine(CommandLine commandLine)
          Sets the command line in use.
 Context ContextImpl.setCommandLine(CommandLine commandLine)
          Sets the command line 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 CommandLine
OptionResolverImpl(CommandLine commandLine, Configuration configuration)
          Creates anew option resolver.
 



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