Package org.jboss.as.cli.impl
Class DeploymentItemCompleter
- java.lang.Object
-
- org.jboss.as.cli.impl.DeploymentItemCompleter
-
- All Implemented Interfaces:
CommandLineCompleter
public class DeploymentItemCompleter extends Object implements CommandLineCompleter
A completer for exploded deployment.- Author:
- jfdenise
-
-
Constructor Summary
Constructors Constructor Description DeploymentItemCompleter(OperationRequestAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcomplete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
-
-
-
Constructor Detail
-
DeploymentItemCompleter
public DeploymentItemCompleter(OperationRequestAddress address)
-
-
Method Detail
-
complete
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
- Specified by:
completein interfaceCommandLineCompleter
-
-