ConstructsHandler class
Constructors
- ConstructsHandler({required FileSystem fs, required Logger logger})
Properties
Methods
-
checkConstructs(
Iterable< ConstructYaml> constructs) → Future<void> - Asserts the config for all constructs
-
constructDepsFrom(
Directory root) → Future< List< ConstructYaml> > -
Gets the
ConstructYaml
s based on the dependencies of the project requesting revali -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- constructYamlFileName → const String