Uses of Enum Class
org.jline.console.impl.Builtins.Command
Packages that use Builtins.Command
-
Uses of Builtins.Command in org.jline.console.impl
Methods in org.jline.console.impl that return Builtins.CommandModifier and TypeMethodDescriptionstatic Builtins.Command
Returns the enum constant of this class with the specified name.static Builtins.Command[]
Builtins.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.jline.console.impl with type arguments of type Builtins.CommandModifierConstructorDescriptionBuiltins
(Set<Builtins.Command> commands, Path workDir, org.jline.builtins.ConfigurationPath configpath, Function<String, org.jline.reader.Widget> widgetCreator) Builtins
(Set<Builtins.Command> commands, Supplier<Path> workDir, org.jline.builtins.ConfigurationPath configpath, Function<String, org.jline.reader.Widget> widgetCreator)