|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.maven.plugin.CompileState
public class CompileState
Support for communication between stub generation and compilation.
Constructor Summary | |
---|---|
CompileState()
|
Method Summary | |
---|---|
void |
addForcedCompilationSource(java.io.File file)
|
void |
addForcedCompilationTestSource(java.io.File file)
|
java.util.Set |
getForcedCompilationSources(boolean clear)
|
java.util.Set |
getForcedCompilationTestSources(boolean clear)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompileState()
Method Detail |
---|
public void addForcedCompilationSource(java.io.File file)
public java.util.Set getForcedCompilationSources(boolean clear)
public void addForcedCompilationTestSource(java.io.File file)
public java.util.Set getForcedCompilationTestSources(boolean clear)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |