LIA_topic_seg
Class DefaultConfig.CmdLine

java.lang.Object
  extended by org.apache.commons.cli.Parser
      extended by org.apache.commons.cli.PosixParser
          extended by LIA_topic_seg.DefaultConfig.CmdLine
All Implemented Interfaces:
org.apache.commons.cli.CommandLineParser
Enclosing class:
DefaultConfig

private class DefaultConfig.CmdLine
extends org.apache.commons.cli.PosixParser


Field Summary
private  boolean DO_NOT_NEED_ARG
           
private  boolean NEED_ARG
           
 
Constructor Summary
DefaultConfig.CmdLine(java.lang.String[] args)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.cli.PosixParser
burstToken, flatten
 
Methods inherited from class org.apache.commons.cli.Parser
parse, parse, processArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEED_ARG

private final boolean NEED_ARG
See Also:
Constant Field Values

DO_NOT_NEED_ARG

private final boolean DO_NOT_NEED_ARG
See Also:
Constant Field Values
Constructor Detail

DefaultConfig.CmdLine

DefaultConfig.CmdLine(java.lang.String[] args)
                throws org.apache.commons.cli.ParseException
Throws:
org.apache.commons.cli.ParseException