Uses of Class
org.apache.commons.exec.CommandLine
Packages that use CommandLine
Package
Description
-
Uses of CommandLine in org.apache.commons.exec
Methods in org.apache.commons.exec that return CommandLineModifier and TypeMethodDescriptionCommandLine.addArgument
(String argument) Add a single argument.CommandLine.addArgument
(String argument, boolean handleQuoting) Add a single argument.CommandLine.addArguments
(String addArguments) Add multiple arguments.CommandLine.addArguments
(String[] addArguments) Add multiple arguments.CommandLine.addArguments
(String[] addArguments, boolean handleQuoting) Add multiple arguments.CommandLine.addArguments
(String addArguments, boolean handleQuoting) Add multiple arguments.static CommandLine
Create a command line from a string.static CommandLine
Create a command line from a string.Methods in org.apache.commons.exec with parameters of type CommandLineModifier and TypeMethodDescriptionint
DefaultExecutor.execute
(CommandLine command) int
DefaultExecutor.execute
(CommandLine command, Map<String, String> environment) void
DefaultExecutor.execute
(CommandLine command, Map<String, String> environment, ExecuteResultHandler handler) void
DefaultExecutor.execute
(CommandLine command, ExecuteResultHandler handler) int
Executor.execute
(CommandLine command) Methods for starting synchronous execution.int
Executor.execute
(CommandLine command, Map<String, String> environment) Methods for starting synchronous execution.void
Executor.execute
(CommandLine command, Map<String, String> environment, ExecuteResultHandler handler) Methods for starting asynchronous execution.void
Executor.execute
(CommandLine command, ExecuteResultHandler handler) Methods for starting asynchronous execution.protected Process
Creates a process that runs a command.Constructors in org.apache.commons.exec with parameters of type CommandLine -
Uses of CommandLine in org.apache.commons.exec.environment
Methods in org.apache.commons.exec.environment that return CommandLineModifier and TypeMethodDescriptionprotected CommandLine
DefaultProcessingEnvironment.getProcEnvCommand()
Deprecated.No longer needed -
Uses of CommandLine in org.apache.commons.exec.launcher
Methods in org.apache.commons.exec.launcher with parameters of type CommandLineModifier and TypeMethodDescriptionCommandLauncher.exec
(CommandLine cmd, Map<String, String> env) Launches the given command in a new process.Launches the given command in a new process, in the given working directory.CommandLauncherImpl.exec
(CommandLine cmd, Map<String, String> env) abstract Process
CommandLauncherProxy.exec
(CommandLine cmd, Map<String, String> env) Launches the given command in a new process.Launches the given command in a new process, in the given working directoryLaunches the given command in a new process, in the given working directory.VmsCommandLauncher.exec
(CommandLine cmd, Map<String, String> env) Launches the given command in a new process.Launches the given command in a new process, in the given working directory.Launches the given command in a new process, in the given working directory.