//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.usecase/ImportGlossaryUseCase
ImportGlossaryUseCase
interface ImportGlossaryUseCase
Contract for the import glossary use case.
Inheritors
DefaultImportGlossaryUseCase |
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(path: String) Import the terms contained in the CSV file at a given path into the global glossary. |