|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | 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 |
|---|
boolean getInheritOutputDirs()
getOutputDir(),
getTestOutputDir()@Nullable File getOutputDir()
null if
getInheritOutputDirs() returns 'false'@Nullable File getTestOutputDir()
null if
getInheritOutputDirs() returns 'false'
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||