Package org.jboss.as.cli.impl
Interface RequestParameterArgument
-
- All Superinterfaces:
CommandArgument
- All Known Implementing Classes:
RequestParamArgWithoutValue,RequestParamArgWithValue,RequestParamPropertiesArg,RequiredRequestParamArg
public interface RequestParameterArgument extends CommandArgument
- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()voidset(ParsedCommandLine args, org.jboss.dmr.ModelNode request)-
Methods inherited from interface org.jboss.as.cli.CommandArgument
canAppearNext, getDecoratedName, getFullName, getIndex, getShortName, getValue, getValue, getValueCompleter, isPresent, isValueComplete, isValueRequired
-
-
-
-
Method Detail
-
set
void set(ParsedCommandLine args, org.jboss.dmr.ModelNode request) throws CommandFormatException
- Throws:
CommandFormatException
-
getPropertyName
String getPropertyName()
-
-