Package | Description |
---|---|
com.sshtools.server.vshell | |
com.sshtools.server.vshell.commands | |
com.sshtools.server.vshell.commands.admin | |
com.sshtools.server.vshell.commands.fs | |
com.sshtools.server.vshell.commands.script | |
com.sshtools.server.vshell.terminal | |
jline |
The core JLine API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Command |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand |
class |
Msh |
class |
RootShell |
class |
ShellCommand |
class |
VirtualShellCompletor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileCommand |
class |
AbstractUUIDCommand<T extends AbstractFile> |
class |
Alias<T extends AbstractFile>
Usage: alias [-p] [name=[value] ...]
|
class |
Catch |
class |
Clear
Usage: clear
|
class |
Date |
class |
Echo
Usage: echo [-n] [string]
|
class |
Env |
class |
Exit
Usage: exit
|
class |
Help<T extends AbstractFile> |
class |
Kill<T extends AbstractFile> |
class |
Mem |
class |
Ps |
class |
Scp |
class |
ShowLastError |
class |
Sleep |
class |
Term |
class |
Unalias
Usage: unalias [-a] name [name ...]
|
class |
Who<T extends AbstractFile> |
Modifier and Type | Class and Description |
---|---|
class |
Connections<T extends AbstractFile> |
class |
Pref |
class |
Shutdown |
class |
Threads |
Modifier and Type | Class and Description |
---|---|
class |
Cat |
class |
Cd
Usage: cd [directory]
|
class |
Cp |
class |
Disks |
class |
Edit |
class |
Follow |
class |
Ls |
class |
Mkdir |
class |
Mv |
class |
Pwd |
class |
Refresh |
class |
Rm |
Modifier and Type | Class and Description |
---|---|
class |
Bsh |
class |
Run |
class |
Source |
Modifier and Type | Class and Description |
---|---|
class |
CommandArgsCompletor |
class |
CommandCompletor<T extends Command> |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentCompletor
A
Completor implementation that invokes a child completor using the
appropriate separator argument. |
class |
ClassNameCompletor
A Completor implementation that completes java class names.
|
class |
FileNameCompletor
A file name completor takes the buffer and issues a list of
potential completions.
|
class |
MultiCompletor
A completor that contains multiple embedded completors.
|
class |
NullCompletor
A completor that does nothing.
|
class |
SimpleCompletor
A simple
Completor implementation that handles a pre-defined
list of completion words. |
Modifier and Type | Method and Description |
---|---|
Completor[] |
MultiCompletor.getCompletors() |
Modifier and Type | Method and Description |
---|---|
Collection<Completor> |
ConsoleReader.getCompletors()
Returns an unmodifiable list of all the completors.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConsoleReader.addCompletor(Completor completor)
Add the specified
Completor to the list of handlers for
tab-completion. |
boolean |
ConsoleReader.removeCompletor(Completor completor)
Remove the specified
Completor from the list of handlers for
tab-completion. |
void |
MultiCompletor.setCompletors(Completor[] completors) |
Constructor and Description |
---|
ArgumentCompletor(Completor completor)
Constuctor: create a new completor with the default argument separator of
" ".
|
ArgumentCompletor(Completor[] completors)
Constuctor: create a new completor with the default argument separator of
" ".
|
ArgumentCompletor(Completor[] completors,
ArgumentCompletor.ArgumentDelimiter delim)
Constuctor: create a new completor with the specified argument delimiter.
|
ArgumentCompletor(Completor completor,
ArgumentCompletor.ArgumentDelimiter delim)
Constuctor: create a new completor with the specified argument delimiter.
|
MultiCompletor(Completor[] completors)
Construct a MultiCompletor with the specified
Completor instances. |
Constructor and Description |
---|
ArgumentCompletor(List<Completor> completors)
Constuctor: create a new completor with the default argument separator of
" ".
|
Copyright © 2024. All rights reserved.