Loader

interface Loader

Loads other files as needed by their import path.

Inheritors

Functions

Link copied to clipboard
abstract fun load(path: String): ProtoFile
Link copied to clipboard
abstract fun withErrors(errors: ErrorCollector): Loader

Returns a new loader that reports failures to errors.