Install class final

Inheritance

Constructors

Install({required String name, required String description, List<String> installPath = const [], List<String> binariesPath = const [], List<String> files = const [], List<String> directories = const [], List<String> excludeFileWithPatterns = const []})

Properties

binariesPath List<String>
Path where the binaries are that should be copied to installPath.
final
description String
finalinherited
directories List<String>
The names of the directories that will be installed with their name into the install location.
final
excludeFileWithPatterns List<String>
File which contains these patterns will be excluded. E. g. there are two files: test.exe & text.lib With .lib the text.lib won't be installed.
final
files List<String>
The names of the files that will be installed with their full name into the install location.
final
hashCode int
The hash code for this object.
no setterinherited
installPath List<String>
Path where files should be installed to relative to the environment root. The path is seperated through items of the list.
final
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure() Step
override
execute(FlowContext context) FutureOr<Response?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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