org.springframework.shell
Class SimpleShellCommandLineOptions

java.lang.Object
  extended by org.springframework.shell.SimpleShellCommandLineOptions

public class SimpleShellCommandLineOptions
extends Object

Used to pass in command line options to customize the shell on launch


Field Summary
static int DEFAULT_HISTORY_SIZE
           
 
Constructor Summary
SimpleShellCommandLineOptions()
           
 
Method Summary
static CommandLine parseCommandLine(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HISTORY_SIZE

public static final int DEFAULT_HISTORY_SIZE
See Also:
Constant Field Values
Constructor Detail

SimpleShellCommandLineOptions

public SimpleShellCommandLineOptions()
Method Detail

parseCommandLine

public static CommandLine parseCommandLine(String[] args)
                                    throws IOException
Throws:
IOException