| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.nsh | |
| net.thevpc.nuts.toolbox.nsh.cmds | |
| net.thevpc.nuts.toolbox.nsh.jshell |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJShellBuiltin
Created by vpc on 1/7/17.
|
class |
SimpleJShellBuiltin |
| Modifier and Type | Method and Description |
|---|---|
JShellBuiltin |
NutsBuiltinManager.find(String command) |
JShellBuiltin |
NutsBuiltinManager.get(String cmd) |
JShellBuiltin[] |
NutsBuiltinManager.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
NutsCommandAutoCompleteComponent.autoComplete(JShellBuiltin command,
JShellExecutionContext context) |
void |
NutsBuiltinManager.set(JShellBuiltin... cmds) |
void |
NutsBuiltinManager.set(JShellBuiltin command) |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasCommand
Created by vpc on 1/7/17.
|
class |
AutocompleteCommand
Created by vpc on 1/7/17.
|
class |
BaseNameCommand
Created by vpc on 1/7/17.
|
class |
BuiltinCommand
Created by vpc on 1/7/17.
|
class |
CatCommand
Created by vpc on 1/7/17.
|
class |
CdCommand
Created by vpc on 1/7/17.
|
class |
ChmodCommand
Created by vpc on 1/7/17.
|
class |
CommandCommand
Created by vpc on 1/7/17.
|
class |
CpCommand
Created by vpc on 1/7/17.
|
class |
DateCommand
Created by vpc on 1/7/17.
|
class |
DirNameCommand
Created by vpc on 1/7/17.
|
class |
EchoCommand
Created by vpc on 1/7/17.
|
class |
EnableCommand
Created by vpc on 1/7/17.
|
class |
EnvCommand
Created by vpc on 1/7/17.
|
class |
ExitCommand
Created by vpc on 1/7/17.
|
class |
FalseCommand
Created by vpc on 1/7/17.
|
class |
GrepCommand
Created by vpc on 1/7/17.
|
class |
HeadCommand
Created by vpc on 1/7/17.
|
class |
HelpCommand
Created by vpc on 1/7/17.
|
class |
HistoryCommand
Created by vpc on 1/7/17.
|
class |
JpsCommand
Created by vpc on 1/7/17.
|
class |
JsonCommand
Created by vpc on 1/7/17.
|
class |
LoginCommand
Created by vpc on 1/7/17.
|
class |
LogoutCommand
Created by vpc on 1/7/17.
|
class |
LsCommand
Created by vpc on 1/7/17.
|
class |
MkdirCommand
Created by vpc on 1/7/17.
|
class |
PropsCommand
Created by vpc on 1/7/17.
|
class |
PwdCommand
Created by vpc on 1/7/17.
|
class |
RmCommand
Created by vpc on 1/7/17.
|
class |
SetCommand
Created by vpc on 1/7/17.
|
class |
ShowerrCommand
Created by vpc on 1/7/17.
|
class |
SourceCommand
Created by vpc on 1/7/17.
|
class |
SshCommand
Created by vpc on 1/7/17.
|
class |
TailCommand
Created by vpc on 1/7/17.
|
class |
TestCommand
Created by vpc on 1/7/17.
|
class |
TrueCommand
Created by vpc on 1/7/17.
|
class |
TypeCommand
Created by vpc on 1/7/17.
|
class |
UnaliasCommand
Created by vpc on 1/7/17.
|
class |
UnameCommand
Created by vpc on 1/7/17.
|
class |
UnsetCommand
Created by vpc on 1/7/17.
|
class |
UnzipCommand
Created by vpc on 1/7/17.
|
class |
VersionCommand
Created by vpc on 1/7/17.
|
class |
WgetCommand
Created by vpc on 1/7/17.
|
class |
WhoamiCommand
Created by vpc on 1/7/17.
|
class |
XmlCommand
Created by vpc on 1/7/17.
|
class |
ZipCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Method and Description |
|---|---|
JShellBuiltin |
JShellBuiltinManager.find(String command) |
JShellBuiltin |
DefaultJShellCommandManager.find(String n) |
JShellBuiltin |
JShellBuiltinManager.get(String command) |
JShellBuiltin |
DefaultJShellCommandManager.get(String cmd) |
JShellBuiltin[] |
JShellBuiltinManager.getAll() |
JShellBuiltin[] |
DefaultJShellCommandManager.getAll() |
| Modifier and Type | Method and Description |
|---|---|
JShellExecutionContext |
AbstractJShellContext.createCommandContext(JShellBuiltin command) |
JShellExecutionContext |
JShellContext.createCommandContext(JShellBuiltin command) |
void |
JShellBuiltinManager.set(JShellBuiltin... cmds) |
void |
DefaultJShellCommandManager.set(JShellBuiltin... cmds) |
void |
JShellBuiltinManager.set(JShellBuiltin cmd) |
void |
DefaultJShellCommandManager.set(JShellBuiltin cmd) |
| Constructor and Description |
|---|
DefaultJShellExecutionContext(JShellContext shellContext,
JShellBuiltin command) |
Copyright © 2022 vpc open source initiative. All rights reserved.