|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface IdeaCompilerOutput
IDEA compiler output settings.
Method Summary | |
---|---|
boolean
|
getInheritOutputDirs()
whether current module should inherit project's output directory. |
File
|
getOutputDir()
directory to store module's production classes and resources. |
File
|
getTestOutputDir()
directory to store module's test classes and resources. |
Method Detail |
---|
public boolean getInheritOutputDirs()
@Nullable public File getOutputDir()
null
if
getInheritOutputDirs() returns 'false'
@Nullable public File getTestOutputDir()
null
if
getInheritOutputDirs() returns 'false'
Gradle API 1.12