public class CmdLnResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgument()
get the first argument, or null if no arguments
|
int |
getArgumentCount()
Get the argument count for this option
|
java.util.List<java.lang.String> |
getArguments()
Get all the arguments, in the order that
they were specified.
|
CmdLnOption |
getOption() |
public CmdLnOption getOption()
public int getArgumentCount()
public java.util.List<java.lang.String> getArguments()
public java.lang.String getArgument()
Copyright (c) 2001-2020 by Stephen Ostermiller