BuildHandler class

Constructors

BuildHandler({required Logger logger, required FileSystem fs, required FindSettings settings, required String? providedConfigPath, required bool exitOnChange, required KeyPressListener? keyPressListener})
const

Properties

exitOnChange bool
final
fs → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
keyPressListener KeyPressListener?
final
logger → Logger
final
providedConfigPath String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings FindSettings
final

Methods

createBarrelFiles(List<Barrel> barrels) Future<bool>
getBarrels(Settings settings) Future<List<Barrel>>
getConfigPath() Future<(String?, int?)>
getSettings(String path) Future<Settings>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<int>
toString() String
A string representation of this object.
inherited
waitForChange() Future<({bool exit})>

Operators

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