Uses of Interface
net.thevpc.common.commandline.CommandAutoComplete
Packages that use CommandAutoComplete
-
Uses of CommandAutoComplete in net.thevpc.common.commandline
Classes in net.thevpc.common.commandline that implement CommandAutoCompleteMethods in net.thevpc.common.commandline that return CommandAutoCompleteModifier and TypeMethodDescriptionCommandLine.getAutoComplete()CommandLineContext.getAutoComplete()Methods in net.thevpc.common.commandline with parameters of type CommandAutoCompleteModifier and TypeMethodDescriptionvoidCommandLine.setAutoComplete(CommandAutoComplete autoComplete) Constructors in net.thevpc.common.commandline with parameters of type CommandAutoCompleteModifierConstructorDescriptionCommandLine(String[] args, CommandAutoComplete autoComplete) CommandLine(List<String> args, CommandAutoComplete autoComplete)