org.sonatype.gshell.parser
Interface CommandLineParser

All Known Implementing Classes:
CommandLineParserImpl

public interface CommandLineParser

Parse command lines for execution.

Since:
2.0
Author:
Jason Dillon

Nested Class Summary
static interface CommandLineParser.CommandLine
           
 
Method Summary
 CommandLineParser.CommandLine parse(String line)
           
 

Method Detail

parse

CommandLineParser.CommandLine parse(String line)
                                    throws Exception
Throws:
Exception


Copyright © 2008-2011 Sonatype. All Rights Reserved.