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