BuildTool class

Constructors

BuildTool(FileSystem fileSystem, String buildDir)

Properties

apiMapFile ↔ File
latefinal
buildDir String
final
contentTypesFile ↔ File
latefinal
domainMapFile ↔ File
latefinal
encoder JsonEncoder
final
fileSystem → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
manifestsDir String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicesFile ↔ File
latefinal
specsDir String
latefinal

Methods

addInfoToAssistant() Future<void>
buildCatalog(dynamic domainsFile) Future<void>
copyCatalog(dynamic targetDirectory) Future<void>
copyFileIfExists(String inputFilePath, String outputDir) Future<void>
createDirectoryIfNotExist(String path) Future<void>
deleteBuildDirectory() Future<void>
downloadAndUnzip(dynamic outputDirPath) Future<void>
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