I
- type of the unparsed argument object (input)O
- type of the parsed argument object (output)public abstract class ArgumentParser<I,O> extends Object
ArgumentParser
, thus a default parser is used.
It follows a "pass-through" semantics, which means that the string located in the square-brackets is passed
"as-is" to the extract method.
It is not allowed to use square brackets within the argument string.Constructor and Description |
---|
ArgumentParser() |
Modifier and Type | Method and Description |
---|---|
abstract O |
parse(I input)
This method takes the unparsed argument object as an input and returns
the parsed output that will be used by the
ValueExtractor . |
public abstract O parse(I input)
ValueExtractor
.input
- extraction argument in the specified formatValueExtractor
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.