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

name.remal.gradle_plugins.plugins.vcs.VcsOperationsFactory.kt Maven / Gradle / Ivy

package name.remal.gradle_plugins.plugins.vcs

import name.remal.Ordered
import java.io.File

interface VcsOperationsFactory : Ordered {
    fun get(dir: File): VcsOperations?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy