ReleasePackerProcessCommand class

Inheritance

Constructors

ReleasePackerProcessCommand(String command, [List<String>? args, String? stdoutFilePath, String? stderrFilePath])
ReleasePackerProcessCommand.from(Object command, {String? stdoutFilePath, String? stderrFilePath})
factory
ReleasePackerProcessCommand.fromList(List list, {String? stdoutFilePath, String? stderrFilePath})
factory
ReleasePackerProcessCommand.inline(String fullCommand, {String? stdoutFilePath, String? stderrFilePath})
factory

Properties

args List<String>
finalinherited
command String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
platforms List<RegExp>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderrFilePath String?
final
stdoutFilePath String?
final

Methods

execute(ReleasePacker releasePacker, Directory rootDirectory, {ReleaseBundle? releaseBundle, int expectedExitCode = 0}) bool
override
matchesPlatform(String? platform) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveStderr(Directory rootDirectory, Object? stderr) bool
saveStdout(Directory rootDirectory, Object? stdout) bool
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited