All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.biacode.escommons.toolkit.component.ResourceReaderComponent.kt Maven / Gradle / Ivy

There is a newer version: 7.3.2_0.1.0
Show newest version
package org.biacode.escommons.toolkit.component

import java.util.*

/**
 * Created by Arthur Asatryan.
 * Date: 3/27/18
 * Time: 5:07 PM
 */
interface ResourceReaderComponent {
    fun asString(path: String): Optional
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy