|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectluky.util.ParseOptions
public class ParseOptions
This Class is a simple wrapper to extract commandline properties

| Field Summary | |
|---|---|
String[] |
remArgs
variables |
| Constructor Summary | |
|---|---|
ParseOptions(String[] args,
String[] options,
String[] values,
String usage)
default constructor Parses options and sets values according to options. options[] is an array of options and values[] is the returned array of string values. |
|
| Method Summary | |
|---|---|
void |
usage_error()
Usage error, Print usage error and exit |
void |
usage_error(String value)
Usage error, Print usage error and exit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String[] remArgs
| Constructor Detail |
|---|
public ParseOptions(String[] args,
String[] options,
String[] values,
String usage)
| Method Detail |
|---|
public void usage_error()
public void usage_error(String value)
|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||