org.apache.geronimo.gshell
Class CommandLineBuilder

java.lang.Object
  extended by org.apache.geronimo.gshell.CommandLineBuilder

@Component(role=CommandLineBuilder.class)
public class CommandLineBuilder
extends Object

Builds CommandLine instances ready for executing.

Version:
$Rev: 574520 $ $Date: 2007-09-11 02:12:30 -0700 (Tue, 11 Sep 2007) $

Constructor Summary
CommandLineBuilder()
           
 
Method Summary
 CommandLine create(String commandLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineBuilder

public CommandLineBuilder()
Method Detail

create

public CommandLine create(String commandLine)
                   throws org.apache.geronimo.gshell.parser.ParseException
Throws:
org.apache.geronimo.gshell.parser.ParseException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.