| Modifier and Type | Method and Description |
|---|---|
Predicate<NshBuiltin> |
NshConfig.getBuiltinFilter() |
| Modifier and Type | Method and Description |
|---|---|
NshConfig |
NshConfig.setBuiltinFilter(Predicate<NshBuiltin> builtinFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
NshBuiltinBase |
class |
NshBuiltinCore |
class |
NshBuiltinDefault |
| Modifier and Type | Method and Description |
|---|---|
NshBuiltin |
NBuiltinManager.find(String command) |
NshBuiltin |
DefaultNshCommandManager.find(String n) |
NshBuiltin |
NshBuiltinManager.find(String command) |
NshBuiltin |
NBuiltinManager.get(String cmd) |
NshBuiltin |
DefaultNshCommandManager.get(String cmd) |
NshBuiltin |
NshBuiltinManager.get(String command) |
NshBuiltin[] |
NBuiltinManager.getAll() |
NshBuiltin[] |
DefaultNshCommandManager.getAll() |
NshBuiltin[] |
NshBuiltinManager.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
NBuiltinManager.set(NshBuiltin... cmds) |
void |
DefaultNshCommandManager.set(NshBuiltin... cmds) |
void |
NshBuiltinManager.set(NshBuiltin... cmds) |
void |
NBuiltinManager.set(NshBuiltin command) |
void |
DefaultNshCommandManager.set(NshBuiltin cmd) |
void |
NshBuiltinManager.set(NshBuiltin cmd) |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasCommand
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 |
CdCommand
Created by vpc on 1/7/17.
|
class |
ClearCommand
Created by vpc on 1/7/17.
|
class |
CommandCommand
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 |
FalseCommand
Created by vpc on 1/7/17.
|
class |
HistoryCommand
Created by vpc on 1/7/17.
|
class |
PwdCommand
Created by vpc on 1/7/17.
|
class |
SetCommand
Created by vpc on 1/7/17.
|
class |
SourceCommand
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
MakeWrapperCommand |
class |
PropsCommand
Created by vpc on 1/7/17.
|
class |
XmlCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutocompleteCommand
Created by vpc on 1/7/17.
|
class |
ExitCommand
Created by vpc on 1/7/17.
|
class |
HelpCommand
Created by vpc on 1/7/17.
|
class |
ShowerrCommand
Created by vpc on 1/7/17.
|
class |
VersionCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatCommand
Created by vpc on 1/7/17.
|
class |
ChmodCommand
Created by vpc on 1/7/17.
|
class |
CpCommand |
class |
DateCommand
Created by vpc on 1/7/17.
|
class |
DfCommand |
class |
HeadCommand
Created by vpc on 1/7/17.
|
class |
JpsCommand
Created by vpc on 1/7/17.
|
class |
KillCommand
Created by vpc on 1/7/17.
|
class |
LsCommand
Created by vpc on 1/7/17.
|
class |
MkdirCommand |
class |
MvCommand
mv - move (rename) files
|
class |
PsCommand
Created by vpc on 1/7/17.
|
class |
RmCommand
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 |
TarCommand |
class |
TouchCommand
touch - change file timestamps or create empty files
|
class |
UnzipCommand
Created by vpc on 1/7/17.
|
class |
WcCommand
wc - print newline, word, and byte counts for each file
|
class |
WgetCommand
Created by vpc on 1/7/17.
|
class |
WhoamiCommand
Created by vpc on 1/7/17.
|
class |
ZipCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostsCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrepCommand
Created by vpc on 1/7/17.
|
| Modifier and Type | Method and Description |
|---|---|
NshExecutionContext |
NshContext.createCommandContext(NshBuiltin command) |
NshExecutionContext |
AbstractNshContext.createCommandContext(NshBuiltin command) |
| Constructor and Description |
|---|
DefaultNshExecutionContext(NshContext shellContext,
NshBuiltin command) |
| Modifier and Type | Method and Description |
|---|---|
void |
NCommandAutoCompleteComponent.autoComplete(NshBuiltin command,
NshExecutionContext context) |
Copyright © 2026 vpc open source initiative. All rights reserved.