public class DefaultIdeaCompilerOutput extends Object implements IdeaCompilerOutput, Serializable
| Constructor and Description |
|---|
DefaultIdeaCompilerOutput() |
| Modifier and Type | Method and 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.
|
DefaultIdeaCompilerOutput |
setInheritOutputDirs(boolean inheritOutputDirs) |
DefaultIdeaCompilerOutput |
setOutputDir(File outputDir) |
DefaultIdeaCompilerOutput |
setTestOutputDir(File testOutputDir) |
String |
toString() |
public boolean getInheritOutputDirs()
IdeaCompilerOutputgetInheritOutputDirs in interface IdeaCompilerOutputIdeaCompilerOutput.getOutputDir(),
IdeaCompilerOutput.getTestOutputDir()public DefaultIdeaCompilerOutput setInheritOutputDirs(boolean inheritOutputDirs)
public File getOutputDir()
IdeaCompilerOutputgetOutputDir in interface IdeaCompilerOutputnull if
IdeaCompilerOutput.getInheritOutputDirs() returns 'false'public DefaultIdeaCompilerOutput setOutputDir(File outputDir)
public File getTestOutputDir()
IdeaCompilerOutputgetTestOutputDir in interface IdeaCompilerOutputnull if
IdeaCompilerOutput.getInheritOutputDirs() returns 'false'public DefaultIdeaCompilerOutput setTestOutputDir(File testOutputDir)
Copyright © 2013. All rights reserved