//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.properties/ParsePropertiesUseCase
ParsePropertiesUseCase
interface ParsePropertiesUseCase
Contract for the parse Android resources use case.
Inheritors
DefaultParsePropertiesUseCase |
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(path: String): List<SegmentModel> Deserialize a list of messages from the Java properties format. |