Uses of Class
com.sshtools.server.vsession.UsageException
Packages that use UsageException
Package
Description
-
Uses of UsageException in com.sshtools.server.callback.commands
Methods in com.sshtools.server.callback.commands that throw UsageExceptionModifier and TypeMethodDescriptionvoid
CallbackMount.run
(String[] args, VirtualConsole console) void
Callbacks.run
(String[] args, VirtualConsole console) void
CallbackShell.run
(String[] args, VirtualConsole console) -
Uses of UsageException in com.sshtools.server.vsession
Methods in com.sshtools.server.vsession that throw UsageExceptionModifier and TypeMethodDescriptionprotected int
Msh.doSpawn
(VirtualConsole console, String[] args, boolean background) static String
CliHelper.getLongValue
(String[] args, String opt) static String
CliHelper.getShortValue
(String[] args, char opt) static String
static String
void
Command.run
(String[] args, VirtualConsole console) final void
ShellCommandWithOptions.run
(String[] args, VirtualConsole console) abstract void
ShellCommandWithOptions.run
(org.apache.commons.cli.CommandLine cli, VirtualConsole console) -
Uses of UsageException in com.sshtools.server.vsession.commands
Methods in com.sshtools.server.vsession.commands that throw UsageExceptionModifier and TypeMethodDescriptionvoid
Date.run
(String[] args, VirtualConsole console) void
Input.run
(String[] args, VirtualConsole console) -
Uses of UsageException in com.sshtools.server.vsession.commands.fs
Methods in com.sshtools.server.vsession.commands.fs that throw UsageException -
Uses of UsageException in com.sshtools.server.vsession.commands.os
Methods in com.sshtools.server.vsession.commands.os that throw UsageExceptionModifier and TypeMethodDescriptionvoid
AbstractOSCommand.run
(String[] args, VirtualConsole console) -
Uses of UsageException in com.sshtools.server.vsession.commands.sftp
Methods in com.sshtools.server.vsession.commands.sftp that throw UsageExceptionModifier and TypeMethodDescriptionvoid
Cd.run
(String[] args, VirtualConsole console) void
Chgrp.run
(String[] args, VirtualConsole console) void
Chmod.run
(String[] args, VirtualConsole console) void
Chown.run
(String[] args, VirtualConsole console) void
Get.run
(String[] args, VirtualConsole console) void
Lcd.run
(String[] args, VirtualConsole console) void
Lpwd.run
(String[] args, VirtualConsole console) void
Ls.run
(String[] args, VirtualConsole console) void
Mkdir.run
(String[] args, VirtualConsole console) void
Put.run
(String[] args, VirtualConsole console) void
Pwd.run
(String[] args, VirtualConsole console) void
Quit.run
(String[] args, VirtualConsole console) void
Rename.run
(String[] args, VirtualConsole console) void
Rm.run
(String[] args, VirtualConsole console) void
Rmdir.run
(String[] args, VirtualConsole console) -
Uses of UsageException in com.sshtools.vsession.commands.ssh
Methods in com.sshtools.vsession.commands.ssh that throw UsageExceptionModifier and TypeMethodDescriptionvoid
AbstractSshClientCommand.run
(String[] args, VirtualConsole console)