Home
last modified time | relevance | path

Searched refs:importFeedback (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt28 class ImportTask(private val importFeedback: ImportFeedback) { constant in trebuchet.task.ImportTask
42 val extractor = ExtractorRegistry.extractorFor(reader, importFeedback) in extractOrImport()
49 importFeedback.reportImportException(ex) in extractOrImport()
56 val importer = ImporterRegistry.importerFor(reader, importFeedback) in addImporterSource()
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt42 val importFeedback = PrintlnImportFeedback() in findTraces() constant
46 val extractor = ExtractorRegistry.extractorFor(reader, importFeedback) in findTraces()
53 val importer = ImporterRegistry.importerFor(reader, importFeedback) in findTraces()
62 importFeedback.reportImportException(ex) in findTraces()