public abstract class AbstractParamLayoutFormatter extends java.lang.Object implements ParamLayoutFormatter
| Constructor and Description |
|---|
AbstractParamLayoutFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
parseArgument(java.lang.String arg)
Parse an argument string and return the parts of the argument.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetArgumentformatpublic static java.lang.String[] parseArgument(java.lang.String arg)
arg - The argument string.