dasp
Class GetOpt

java.lang.Object
  extended by dasp.GetOpt

public class GetOpt
extends Object


Field Summary
 String optArg
           
 int optInd
           
 
Constructor Summary
GetOpt(String[] args, String opts)
           
 
Method Summary
 int getopt()
           
 char getOptLetter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

optArg

public String optArg

optInd

public int optInd
Constructor Detail

GetOpt

public GetOpt(String[] args,
              String opts)
Method Detail

getOptLetter

public char getOptLetter()

getopt

public int getopt()