All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class flybase.Args

java.lang.Object
   |
   +----flybase.Args

public class Args
extends java.lang.Object
implements java.util.Enumeration

Variable Index

 o argFlag
 o checkFlag
 o formdataMimeType
 o formfieldStart
 o kNamed
 o kUnnamed
 o postMimeType

Constructor Index

 o Args(String[])
 o Args(String[], boolean)

Method Index

 o arg()
 o argKey()
 o argType()
 o argValue()
 o booleanValue()
 o doubleValue()
 o hasMoreArgs()
 o hasMoreElements()
 o hasValue()
 o intValue()
 o isBoolean()
 o nextArg()
 o nextElement()
 o properties()
 o reset()
 o setArgPattern(String, boolean)
for unix style "ab:C:def"
 o setHttpcall(boolean)
 o theArgs()

Variables

 o argFlag
 public static java.lang.String argFlag
 o checkFlag
 public static boolean checkFlag
 o kUnnamed
 public static final int kUnnamed
 o kNamed
 public static final int kNamed
 o postMimeType
 public static final java.lang.String postMimeType
 o formdataMimeType
 public static final java.lang.String formdataMimeType
 o formfieldStart
 public static final java.lang.String formfieldStart

Constructors

 o Args
 public Args(java.lang.String args[])
 o Args
 public Args(java.lang.String args[],
             boolean httpcall)

Methods

 o hasMoreElements
 public boolean hasMoreElements()
 o nextElement
 public java.lang.Object nextElement()
 o setHttpcall
 public void setHttpcall(boolean turnon)
 o setArgPattern
 public void setArgPattern(java.lang.String pattern,
                           boolean singleLetters)
for unix style "ab:C:def"

 o reset
 public void reset()
 o hasMoreArgs
 public boolean hasMoreArgs()
 o theArgs
 public java.lang.String[] theArgs()
 o arg
 public java.lang.String arg()
 o argKey
 public java.lang.String argKey()
 o argType
 public int argType()
 o argValue
 public java.lang.String argValue()
 o hasValue
 public boolean hasValue()
 o intValue
 public int intValue()
 o doubleValue
 public double doubleValue()
 o booleanValue
 public boolean booleanValue()
 o isBoolean
 public boolean isBoolean()
 o properties
 public java.util.Properties properties()
 o nextArg
 public java.lang.String nextArg()

All Packages  Class Hierarchy  This Package  Previous  Next  Index