All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class advent.sas.ParseOptions

java.lang.Object
   |
   +----advent.sas.ParseOptions

public class ParseOptions
extends Object

Variable Index

 o remArgs
The remaining Args after parsing options
 o usage_string

Constructor Index

 o ParseOptions(String[], String[], String[], String)
Parses options and sets values according to options.

Method Index

 o usage_error()
Print usage error and exit

Variables

 o remArgs
 public String remArgs[]
The remaining Args after parsing options

 o usage_string
 public String usage_string

Constructors

 o ParseOptions
 public ParseOptions(String args[],
                     String options[],
                     String values[],
                     String usage)
Parses options and sets values according to options. options[] is an array of options and values[] is the returned array of string values. If options[i] has no associated string, set values[i] = "None" before calling this. The usage string must be supplied by the user. Any remaining arguments are stored in remArgs[]

Methods

 o usage_error
 public void usage_error()
Print usage error and exit


All Packages  Class Hierarchy  This Package  Previous  Next  Index