Package org.jboss.galleon.cli.cmd
Class HelpCommand.CommandCompleter
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.HelpCommand.CommandCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
- Enclosing class:
- HelpCommand
public static class HelpCommand.CommandCompleter extends java.lang.Object implements org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
-
-
Constructor Summary
Constructors Constructor Description CommandCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(PmCompleterInvocation completerInvocation)
-
-
-
Method Detail
-
complete
public void complete(PmCompleterInvocation completerInvocation)
- Specified by:
completein interfaceorg.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
-
-