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

com.freenow.sauron.plugins.protocw.Checker.kt Maven / Gradle / Ivy

The newest version!
package com.freenow.sauron.plugins.protocw

import arrow.core.Either
import java.util.Optional

interface Checker {
    fun apply(
        repoPath: Optional,
        protocwFileName: Optional,
        protocwPropertiesFileName: Optional
    ): Either
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy