|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.cli.PatternOptionBuilder
Allows Options to be created from a single String.
Field Summary | |
static java.lang.Class |
CLASS_VALUE
Class class |
static java.lang.Class |
DATE_VALUE
Date class |
static java.lang.Class |
EXISTING_FILE_VALUE
FileInputStream class |
static java.lang.Class |
FILE_VALUE
File class |
static java.lang.Class |
FILES_VALUE
File array class |
static java.lang.Class |
NUMBER_VALUE
Number class |
static java.lang.Class |
OBJECT_VALUE
Object class |
static java.lang.Class |
STRING_VALUE
String class |
static java.lang.Class |
URL_VALUE
URL class |
Constructor Summary | |
PatternOptionBuilder()
|
Method Summary | |
static java.lang.Object |
getValueClass(char ch)
Retrieve the class that ch represents. |
static boolean |
isValueCode(char ch)
Returns whether ch is a value code, i.e. |
static Options |
parsePattern(java.lang.String pattern)
Returns the Options instance represented by
pattern . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.Class STRING_VALUE
public static final java.lang.Class OBJECT_VALUE
public static final java.lang.Class NUMBER_VALUE
public static final java.lang.Class DATE_VALUE
public static final java.lang.Class CLASS_VALUE
public static final java.lang.Class EXISTING_FILE_VALUE
public static final java.lang.Class FILE_VALUE
public static final java.lang.Class FILES_VALUE
public static final java.lang.Class URL_VALUE
Constructor Detail |
public PatternOptionBuilder()
Method Detail |
public static java.lang.Object getValueClass(char ch)
Retrieve the class that ch
represents.
ch
- the specified characterch
representspublic static boolean isValueCode(char ch)
Returns whether ch
is a value code, i.e.
whether it represents a class in a pattern.
ch
- the specified characterch
is a value code, otherwise false.public static Options parsePattern(java.lang.String pattern)
Returns the Options
instance represented by
pattern
.
pattern
- the pattern stringOptions
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |