Class Argument
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.AbstractParameter
-
- org.apache.jackrabbit.standalone.cli.Option
-
- org.apache.jackrabbit.standalone.cli.Argument
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.AbstractParameter
bundle
-
-
Constructor Summary
Constructors Constructor Description Argument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
int
getPosition()
void
setPosition(int position)
sets the argument position-
Methods inherited from class org.apache.jackrabbit.standalone.cli.Option
clone, getArgName, getLocalizedArgName, getLocalizedDescription, isRequired, setArgName, setRequired
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.AbstractParameter
clone, getContextKey, getDescription, getLongName, getName, getValue, setContextKey, setDescription, setLongName, setName, setValue
-
-