public interface JShellBuiltin
extends net.thevpc.nuts.spi.NutsComponent
| Modifier and Type | Method and Description |
|---|---|
default void |
autoComplete(JShellExecutionContext context,
net.thevpc.nuts.NutsCommandAutoComplete autoComplete) |
void |
exec(String[] command,
JShellExecutionContext context)
exec and return error code
|
String |
getHelp() |
String |
getHelpHeader() |
String |
getName() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void exec(String[] command, JShellExecutionContext context)
command - commandcontext - contextString getHelp()
String getName()
boolean isEnabled()
void setEnabled(boolean enabled)
String getHelpHeader()
default void autoComplete(JShellExecutionContext context, net.thevpc.nuts.NutsCommandAutoComplete autoComplete)
Copyright © 2022 vpc open source initiative. All rights reserved.