Compiler class

Constructors

Compiler(Directory sourceDir, Directory destinationDir, Directory baseFilesDir, GlacierConfig _config)

Properties

assetsDir Directory
latefinal
baseFilesDir Directory
final
destinationDir Directory
final
fileContentCache Map<String, FileCacheable>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDir Directory
final
template ↔ Template
latefinal

Methods

compile() Future<void>
copyBaseFiles() Future<void>
ensureDirsCreated() Future<void>
findFilesForPath(Directory dir) Stream<File>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processFile(FileCacheable fileCacheable) Future<void>
processTemplate(String inputString, MarkdownMetadata metadata) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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