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

xyz.shoaky.sourcedownloader.sdk.UniversalSourceFile.kt Maven / Gradle / Ivy

The newest version!
package xyz.shoaky.sourcedownloader.sdk

class UniversalSourceFile(
    private val patternVariables: PatternVariables
) : SourceFile {
    override fun patternVariables(): PatternVariables {
        return patternVariables
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy