Package org.jboss.as.cli.impl
Class RequestParamArgWithoutValue
- java.lang.Object
-
- org.jboss.as.cli.impl.ArgumentWithoutValue
-
- org.jboss.as.cli.impl.RequestParamArgWithoutValue
-
- All Implemented Interfaces:
CommandArgument,RequestParameterArgument
public class RequestParamArgWithoutValue extends ArgumentWithoutValue implements RequestParameterArgument
- Author:
- Alexey Loubyansky
-
-
Field Summary
-
Fields inherited from class org.jboss.as.cli.impl.ArgumentWithoutValue
access, cantAppearAfter, exclusive, fullName, index, requiredPreceding, shortName
-
-
Constructor Summary
Constructors Constructor Description RequestParamArgWithoutValue(String paramName, CommandHandlerWithArguments handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName()voidset(ParsedCommandLine args, org.jboss.dmr.ModelNode request)-
Methods inherited from class org.jboss.as.cli.impl.ArgumentWithoutValue
addCantAppearAfter, addRequiredPreceding, canAppearNext, getFullName, getIndex, getShortName, getValue, getValue, getValueCompleter, isExclusive, isPresent, isValueComplete, isValueRequired, setAccessRequirement, setExclusive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.cli.CommandArgument
canAppearNext, getDecoratedName, getFullName, getIndex, getShortName, getValue, getValue, getValueCompleter, isPresent, isValueComplete, isValueRequired
-
-
-
-
Constructor Detail
-
RequestParamArgWithoutValue
public RequestParamArgWithoutValue(String paramName, CommandHandlerWithArguments handler)
-
-
Method Detail
-
set
public void set(ParsedCommandLine args, org.jboss.dmr.ModelNode request) throws CommandFormatException
- Specified by:
setin interfaceRequestParameterArgument- Throws:
CommandFormatException
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceRequestParameterArgument
-
-