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