Uses of Interface
com.pnfsoftware.jeb.util.interpreter.IAutocompleteListProvider
Packages that use IAutocompleteListProvider
Package
Description
Types used to build command interpreters, command trees, execution results, and completions.
-
Uses of IAutocompleteListProvider in com.pnfsoftware.jeb.util.interpreter
Methods in com.pnfsoftware.jeb.util.interpreter that return IAutocompleteListProviderModifier and TypeMethodDescriptionCommandParameter.getAutocompleteProvider()Get the auto-completion provider for this parameter.Constructors in com.pnfsoftware.jeb.util.interpreter with parameters of type IAutocompleteListProviderModifierConstructorDescriptionCommandParameter(String name, String help, boolean optional, boolean allowMultipleTokens, IAutocompleteListProvider autocompleteProvider) Create a parameter.