public class NutsBuiltinManager extends Object implements JShellBuiltinManager
| Constructor and Description |
|---|
NutsBuiltinManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String cmd) |
JShellBuiltin |
find(String command) |
JShellBuiltin |
get(String cmd) |
JShellBuiltin[] |
getAll() |
void |
set(JShellBuiltin... cmds) |
void |
set(JShellBuiltin command) |
boolean |
unset(String command) |
public JShellBuiltin find(String command)
find in interface JShellBuiltinManagerpublic JShellBuiltin get(String cmd)
get in interface JShellBuiltinManagerpublic boolean contains(String cmd)
contains in interface JShellBuiltinManagerpublic void set(JShellBuiltin command)
set in interface JShellBuiltinManagerpublic void set(JShellBuiltin... cmds)
set in interface JShellBuiltinManagerpublic boolean unset(String command)
unset in interface JShellBuiltinManagerpublic JShellBuiltin[] getAll()
getAll in interface JShellBuiltinManagerCopyright © 2022 vpc open source initiative. All rights reserved.