//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats/ImportResourcesUseCase
ImportResourcesUseCase
[jvm]
interface ImportResourcesUseCase
Contract for the import resources use case.
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(path: String, type: ResourceFileType): List<SegmentModel> Import the content of a resource file as a list of segments. |