Module Root
class ModuleRoot constructor(val name: String, val resolver: ModuleRootResolver)
Content copied to clipboard
A ModuleRoot represents a vendor of Avail modules and/or the vended modules themselves.
Author
Todd L Smith
Richard Arriaga
Parameters
name
The name of the module root.
resolver
The ModuleRootResolver used to provide access to the location that contains source modules and resources for this root.
Throws
org. availlang. persistence. Indexed File Exception
If the indexed repository could not be opened.
Constructors
Functions
Link copied to clipboard
Clear the content of the repository for this root.
Link copied to clipboard
Write the binary and the source module (respectively) into a new JSON array.
Properties
Link copied to clipboard
Link copied to clipboard
The indexed repository that contains compiled modules for this root.