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

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

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

import java.nio.file.Path

interface SourceItemGroup {

    /**
     * @return 源文件列表
     */
    fun sourceFiles(paths: List): List

    /**
     * @return 和SourceFile共享的变量
     */
    fun sharedPatternVariables() = PatternVariables.EMPTY

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy