public interface JShellFunctionManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFunction(String cmd) |
void |
declareFunction(JShellFunction cmd) |
void |
declareFunctions(JShellFunction... cmds) |
JShellFunction |
findFunction(String command) |
JShellFunction[] |
getAll() |
boolean |
unset(String name) |
JShellFunction findFunction(String command)
boolean containsFunction(String cmd)
void declareFunction(JShellFunction cmd)
void declareFunctions(JShellFunction... cmds)
boolean unset(String name)
JShellFunction[] getAll()
Copyright © 2022 vpc open source initiative. All rights reserved.