- setClasspath(FileCollection) - Method in AbsctractLanguageCompileTask
-
Sets the classpath to use to compile the source files.
- setCompileClasspath(Configuration) - Method in DefaultLanguageSourceSet
-
- setDestinationDir(Provider<File>) - Method in AbsctractLanguageCompileTask
-
Sets the directory to generate the binaries files into.
- setExtension(String) - Method in Language
-
@param extension the extension to set
- setLanguage(Language) - Method in GenerateLanguageDescriptorTask
-
@param language the language to set
- setName(String) - Method in Language
-
@param name the language name
- setOutput(File) - Method in GenerateLanguageDescriptorTask
-
@param output the output to set
- setRuntimeClasspath(FileCollection) - Method in DefaultLanguageSourceSet
-
- setSourceDir(String) - Method in Language
-
@param sourceDir the sourceDir to set
- SourceSetOutput - Interface in fr.lenra.gradle.sourceset