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.CommandReturns 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, ConfigurationPath configpath, Function<String, Widget> widgetCreator) Builtins(Set<Builtins.Command> commands, Supplier<Path> workDir, ConfigurationPath configpath, Function<String, Widget> widgetCreator)