ShellCommand class

Process executable arguments

Available extensions

Constructors

ShellCommand(String executable, List<String> arguments)
Process executable and arguments
ShellCommand.fromArguments(Iterable<String> arguments)
Parse a list of arguments, the first one being the executable
ShellCommand.parse(String command)
Parse a single line command

Properties

arguments → List<String>
Arguments
final
executable → String
Executable
final
hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCommandString() → String

Available on ShellCommand, provided by the ProcessRunShellCommandExt extension

Convert to a single line command string
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
override