Uses of Enum
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 type with the specified name.static Builtins.Command[]
Builtins.Command.values()
Returns an array containing the constants of this enum type, 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, ConfigurationPath configpath, Function<String, Widget> widgetCreator) Builtins
(Set<Builtins.Command> commands, Supplier<Path> workDir, ConfigurationPath configpath, Function<String, Widget> widgetCreator)