public interface IdeaCompilerOutput
| Modifier and Type | Method | Description | 
|---|---|---|
| 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. | 
boolean getInheritOutputDirs()
getOutputDir(), 
getTestOutputDir()@Nullable File getOutputDir()
null if
            getInheritOutputDirs() returns 'false'@Nullable File getTestOutputDir()
null if
            getInheritOutputDirs() returns 'false'