public interface JvmLanguageCompileSpec extends CompileSpec
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
getClasspath() |
File |
getDestinationDir() |
FileCollection |
getSource() |
void |
setClasspath(Iterable<File> classpath) |
void |
setDestinationDir(File destinationDir) |
void |
setSource(FileCollection source) |
File getDestinationDir()
void setDestinationDir(File destinationDir)
FileCollection getSource()
void setSource(FileCollection source)
Copyright © 2013. All rights reserved