Uses of Interface
org.jboss.as.cli.CommandLineCompleter
-
Packages that use CommandLineCompleter Package Description org.jboss.as.cli org.jboss.as.cli.handlers org.jboss.as.cli.impl org.jboss.as.cli.impl.aesh org.jboss.as.cli.operation org.jboss.as.cli.operation.impl -
-
Uses of CommandLineCompleter in org.jboss.as.cli
Classes in org.jboss.as.cli that implement CommandLineCompleter Modifier and Type Class Description classCommandCompleterTab-completer for commands starting with '/'.Methods in org.jboss.as.cli that return CommandLineCompleter Modifier and Type Method Description CommandLineCompleterCommandContext. getDefaultCommandCompleter()Returns the default command line completer.CommandLineCompleterCommandArgument. getValueCompleter()Returns the tab-completer for the value. -
Uses of CommandLineCompleter in org.jboss.as.cli.handlers
Classes in org.jboss.as.cli.handlers that implement CommandLineCompleter Modifier and Type Class Description classDefaultFilenameTabCompleterclassFilenameTabCompleterclassSimpleTabCompleterclassWindowsFilenameTabCompleterMethods in org.jboss.as.cli.handlers with parameters of type CommandLineCompleter Modifier and Type Method Description voidGenericTypeOperationHandler. addValueCompleter(String propertyName, CommandLineCompleter completer)voidResourceCompositeOperationHandler. addValueCompleter(String propertyName, CommandLineCompleter completer) -
Uses of CommandLineCompleter in org.jboss.as.cli.impl
Classes in org.jboss.as.cli.impl that implement CommandLineCompleter Modifier and Type Class Description classAttributeNamePathCompleterclassBytesCompleterclassCommaSeparatedCompleterclassDefaultCompleterclassDeploymentItemCompleterA completer for exploded deployment.classValueTypeCompleterMethods in org.jboss.as.cli.impl that return CommandLineCompleter Modifier and Type Method Description CommandLineCompleterCommandContextImpl. getDefaultCommandCompleter()CommandLineCompleterCommandExecutor.TimeoutCommandContext. getDefaultCommandCompleter()CommandLineCompleterArgumentWithoutValue. getValueCompleter()CommandLineCompleterArgumentWithValue. getValueCompleter() -
Uses of CommandLineCompleter in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return CommandLineCompleter Modifier and Type Method Description CommandLineCompleterAeshCommands. getCommandCompleter() -
Uses of CommandLineCompleter in org.jboss.as.cli.operation
Classes in org.jboss.as.cli.operation that implement CommandLineCompleter Modifier and Type Class Description classOperationRequestCompleterFields in org.jboss.as.cli.operation declared as CommandLineCompleter Modifier and Type Field Description static CommandLineCompleterOperationRequestCompleter. ARG_VALUE_COMPLETERMethods in org.jboss.as.cli.operation that return CommandLineCompleter Modifier and Type Method Description CommandLineCompleterOperationRequestHeader. getCompleter()protected CommandLineCompleterOperationRequestCompleter. getValueCompleter(CommandContext ctx, Iterable<CommandArgument> allArgs, int index)protected CommandLineCompleterOperationRequestCompleter. getValueCompleter(CommandContext ctx, Iterable<CommandArgument> allArgs, String argName) -
Uses of CommandLineCompleter in org.jboss.as.cli.operation.impl
Classes in org.jboss.as.cli.operation.impl that implement CommandLineCompleter Modifier and Type Class Description classCapabilityReferenceCompleterclassChildTypeCompleterclassHeadersCompleterclassOperationNameCompleterclassRolloutPlanCompleterMethods in org.jboss.as.cli.operation.impl that return CommandLineCompleter Modifier and Type Method Description CommandLineCompleterRolloutPlanRequestHeader. getCompleter()
-