|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMatchingTask
org.jboss.ant.tasks.retrocheck.RetroCheck
public class RetroCheck
Ant task. Copied a bunch of shit from javac task
Field Summary | |
---|---|
protected boolean |
failOnError
flag to control action on execution trouble |
Constructor Summary | |
---|---|
RetroCheck()
|
Method Summary | |
---|---|
Path |
createClasspath()
Adds a path to the classpath. |
Path |
createCompilerclasspath()
Support nested compiler classpath, used to locate compiler adapter |
Path |
createSrc()
Adds a path for source compilation. |
void |
execute()
|
Path |
getClasspath()
|
Path |
getCompilerclasspath()
get the classpath used to find the compiler adapter |
java.io.File |
getDestdir()
Gets the destination directory into which the java source files should be compiled. |
boolean |
getFailonerror()
Gets the failonerror flag. |
java.lang.String |
getMaxmemory()
|
int |
getMaxSrc()
|
boolean |
getSupress()
|
boolean |
getVerbose()
|
protected void |
logAndAddFilesToCompile(CommandlineJava cmd)
|
void |
setClasspath(Path cp)
Set the classpath to be used for this compilation. |
void |
setClasspathRef(Reference r)
Adds a reference to a classpath defined elsewhere |
void |
setCompilerclasspath(Path cp)
Set the classpath to be used to find this compiler adapter |
void |
setCompilerClasspathRef(Reference r)
Adds a reference to a classpath defined elsewhere |
void |
setDestdir(java.io.File destDir)
Set the destination directory into which the Java source files should be compiled. |
void |
setFailonerror(boolean fail)
Whether or not the build should halt if compilation fails. |
void |
setMaxmemory(java.lang.String maxmemory)
Set the maxmemory of the Java task forked |
void |
setMaxSrc(int maxSrc)
|
void |
setSuppress(boolean i)
Set the verbose level of the compiler |
void |
setVerbose(boolean i)
Set the verbose level of the compiler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean failOnError
Constructor Detail |
---|
public RetroCheck()
Method Detail |
---|
public void setVerbose(boolean i)
public boolean getVerbose()
public void setSuppress(boolean i)
public boolean getSupress()
public void setMaxmemory(java.lang.String maxmemory)
public java.lang.String getMaxmemory()
public void setFailonerror(boolean fail)
true
.
public boolean getFailonerror()
public void setDestdir(java.io.File destDir)
destDir
- the destination directorpublic java.io.File getDestdir()
public void setClasspath(Path cp)
public void setMaxSrc(int maxSrc)
public int getMaxSrc()
public Path createClasspath()
public void setClasspathRef(Reference r)
public Path getClasspath()
public void setCompilerClasspathRef(Reference r)
public void setCompilerclasspath(Path cp)
public Path getCompilerclasspath()
public Path createCompilerclasspath()
public Path createSrc()
public void execute() throws BuildException
BuildException
protected void logAndAddFilesToCompile(CommandlineJava cmd)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |