Package | Description |
---|---|
org.jline.builtins |
Modifier and Type | Method | Description |
---|---|---|
static Builtins.Command |
Builtins.Command.valueOf(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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Builtins.rename(Builtins.Command command,
String newName) |
Constructor | Description |
---|---|
Builtins(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) |
Copyright © 2020. All rights reserved.