All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.KeyArgs

java.lang.Object
   |
   +----utils.KeyArgs

public class KeyArgs
extends Object
Keyword argument manipulation utilities


Constructor Index

 o KeyArgs()
 o KeyArgs(String[])
 o KeyArgs(String[], int)

Method Index

 o arg(int)
 o compact()
 o get(String)
 o key(int)
 o length()
 o main(String[])
Test the class.
 o merge(KeyArgs)
 o merge(String[])
 o merge(String[], int)
 o set(String, String)
 o strike(int)
 o toString()
 o toStrings()

Constructors

 o KeyArgs
 public KeyArgs(String ka[]) throws Exception
 o KeyArgs
 public KeyArgs() throws Exception
 o KeyArgs
 public KeyArgs(String ka[],
                int skip) throws Exception

Methods

 o length
 public int length()
 o key
 public String key(int i)
 o arg
 public String arg(int i)
 o get
 public String get(String key)
 o set
 public void set(String key,
                 String arg)
 o strike
 public void strike(int i)
 o compact
 public void compact()
 o merge
 public void merge(String ka[]) throws Exception
 o merge
 public void merge(String ka[],
                   int skip) throws Exception
 o merge
 public void merge(KeyArgs k)
 o toString
 public String toString()
Overrides:
toString in class Object
 o toStrings
 public String[] toStrings()
 o main
 public static void main(String args[]) throws Exception
Test the class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index