ConstructEntrypointHandler class
- Mixed-in types
Constructors
- ConstructEntrypointHandler({required String initialDirectory, required FileSystem fs, required Logger logger, ConstructsHandler? constructHandler})
Properties
- constructHandler → ConstructsHandler
-
final
- fs → FileSystem
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialDirectory → String
-
final
- logger → Logger
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkAssets(
List< ConstructYaml> constructs, Directory root) → Future<bool> -
compile(
{required Directory root}) → Future< File> -
createEntrypoint(
Directory root, {required List< ConstructYaml> constructs}) → Future<void> -
entrypointContent(
Iterable< ConstructYaml> constructs, {required Directory root}) → String -
generate(
{bool recompile = false}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rootOf(
String path) → Future< Directory> -
inherited
-
run(
Iterable< String> args) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- assetsFile → const String
- entrypointFile → const String
- kernelExtension → const String
- kernelFile → const String