org.sonatype.gshell.parser
Class CommandLineParserImpl

java.lang.Object
  extended by org.sonatype.gshell.parser.CommandLineParserImpl
All Implemented Interfaces:
CommandLineParser

public class CommandLineParserImpl
extends Object
implements CommandLineParser

The default CommandLineParser component.

Since:
2.0
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonatype.gshell.parser.CommandLineParser
CommandLineParser.CommandLine
 
Constructor Summary
CommandLineParserImpl()
           
 
Method Summary
 CommandLineParser.CommandLine parse(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineParserImpl

public CommandLineParserImpl()
Method Detail

parse

public CommandLineParser.CommandLine parse(String line)
                                    throws Exception
Specified by:
parse in interface CommandLineParser
Throws:
Exception


Copyright © 2008-2011 Sonatype. All Rights Reserved.