com.mchange.util
Interface CommandLineParser

All Known Implementing Classes:
CommandLineParserImpl

Deprecated. Use com.mchange.v2.cmdline.CommandLineUtils instead

public interface CommandLineParser


Method Summary
 boolean checkArgv()
          Deprecated.  
 boolean checkSwitch(String sw)
          Deprecated.  
 int findLastSwitched()
          Deprecated.  
 String findSwitchArg(String sw)
          Deprecated.  
 String[] findUnswitchedArgs()
          Deprecated. Order of args is guaranteed to be maintained.
 

Method Detail

checkSwitch

boolean checkSwitch(String sw)
Deprecated. 

findSwitchArg

String findSwitchArg(String sw)
Deprecated. 

checkArgv

boolean checkArgv()
Deprecated. 

findLastSwitched

int findLastSwitched()
Deprecated. 

findUnswitchedArgs

String[] findUnswitchedArgs()
Deprecated. 
Order of args is guaranteed to be maintained.