Package org.jboss.as.cli.operation.impl
Class RolloutPlanCompleter
- java.lang.Object
-
- org.jboss.as.cli.operation.impl.RolloutPlanCompleter
-
- All Implemented Interfaces:
CommandLineCompleter
public class RolloutPlanCompleter extends Object implements CommandLineCompleter
- Author:
- Alexey Loubyansky
-
-
Field Summary
Fields Modifier and Type Field Description static RolloutPlanCompleterINSTANCE
-
Constructor Summary
Constructors Constructor Description RolloutPlanCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcomplete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
-
-
-
Field Detail
-
INSTANCE
public static final RolloutPlanCompleter INSTANCE
-
-
Method Detail
-
complete
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
- Specified by:
completein interfaceCommandLineCompleter
-
-