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