|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbpiwowar.argparser.handlers.Handler
bpiwowar.argparser.handlers.GenericHandler
bpiwowar.argparser.handlers.GenericObjectsHandler
bpiwowar.argparser.handlers.PatternHandler
public class PatternHandler
Pattern handler - basically the same as String handler, but compiles the regular expression
| Field Summary |
|---|
| Fields inherited from class bpiwowar.argparser.handlers.GenericObjectsHandler |
|---|
nbExpectedValues |
| Fields inherited from class bpiwowar.argparser.handlers.GenericHandler |
|---|
field, object |
| Constructor Summary | |
|---|---|
PatternHandler(Object object,
Field field)
|
|
| Method Summary | |
|---|---|
Object |
process(ArgParser argParser,
StringScanner scanner)
|
| Methods inherited from class bpiwowar.argparser.handlers.GenericObjectsHandler |
|---|
addValue, get, getAnnotation, getValue, newInstance, optionSet, parse, process |
| Methods inherited from class bpiwowar.argparser.handlers.Handler |
|---|
add, getLimitChecker, getLimitChecker, getRangeChecker, isHelpOption, processAnnotations, setPrefix, updateRangeChecker |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatternHandler(Object object,
Field field)
| Method Detail |
|---|
public Object process(ArgParser argParser,
StringScanner scanner)
throws StringScanException
process in class GenericObjectsHandlerStringScanException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||