Uses of Class
org.jline.console.impl.Builtins.Command
-
Packages that use Builtins.Command Package Description org.jline.console.impl -
-
Uses of Builtins.Command in org.jline.console.impl
Methods in org.jline.console.impl that return Builtins.Command Modifier and Type Method Description static Builtins.Command
Builtins.Command. valueOf(java.lang.String name)
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.Command Constructor Description Builtins(java.util.Set<Builtins.Command> commands, java.nio.file.Path workDir, ConfigurationPath configpath, java.util.function.Function<java.lang.String,Widget> widgetCreator)
Builtins(java.util.Set<Builtins.Command> commands, java.util.function.Supplier<java.nio.file.Path> workDir, ConfigurationPath configpath, java.util.function.Function<java.lang.String,Widget> widgetCreator)
-