|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlmill.connector.ant.Generate
Create then run JUnitTest's based on the list of files
given by the fileset attribute.
Every .java or .class file in the fileset is
assumed to be a testcase.
A JUnitTest is created for each of these named classes with
basic setup inherited from the parent Generate.
JUnitTest| Constructor Summary | |
Generate(org.apache.tools.ant.Project project)
create a new batchtest instance |
|
| Method Summary | |
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
Add a FileSet instance to this Generate instance.
|
java.lang.String |
getAppend()
|
java.util.HashMap |
getArguments()
Get the attributes that are defined in the <generate> element represented by this generate instance. |
java.io.File |
getConfig()
|
java.lang.String |
getErrorProperty()
|
java.lang.String |
getFailureProperty()
|
java.lang.String[] |
getFilenames()
Get the PDF filesnames that will act as master. |
boolean |
getFiltertrace()
|
boolean |
getFork()
|
java.lang.String |
getHaltonerror()
|
java.lang.String |
getHaltonwarning()
|
java.lang.String |
getJaxp()
|
java.lang.String |
getLogLevel()
|
java.lang.String |
getName()
|
java.io.File |
getOutputfolder()
|
java.lang.String |
getPrintsummary()
|
java.lang.String |
getSize()
|
java.io.File |
getTodir()
|
java.lang.String |
getValidate()
|
java.lang.String |
getVerbose()
|
java.lang.String |
getXsl()
|
java.lang.String |
getXslt()
|
void |
setAppend(boolean b)
|
void |
setConfig(java.io.File f)
|
void |
setErrorProperty(java.lang.String errorProperty)
|
void |
setFailureProperty(java.lang.String failureProperty)
|
void |
setFiltertrace(boolean value)
|
void |
setFork(boolean value)
|
void |
setHaltonerror(boolean b)
|
void |
setHaltonwarning(boolean b)
|
void |
setIf(java.lang.String propertyName)
|
void |
setJaxp(java.lang.String s)
|
void |
setLoglevel(java.lang.String s)
|
void |
setName(java.lang.String s)
|
void |
setOutputfolder(java.io.File f)
|
void |
setPrintsummary(boolean b)
|
void |
setSize(java.lang.String s)
|
void |
setTodir(java.io.File f)
|
void |
setUnless(java.lang.String propertyName)
|
void |
setValidate(boolean b)
|
void |
setVerbose(boolean b)
|
void |
setXsl(java.lang.String s)
|
void |
setXslt(boolean b)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Generate(org.apache.tools.ant.Project project)
project - the project it depends on.| Method Detail |
public void setAppend(boolean b)
public void setXslt(boolean b)
public void setVerbose(boolean b)
public void setValidate(boolean b)
public void setName(java.lang.String s)
public void setLoglevel(java.lang.String s)
public void setOutputfolder(java.io.File f)
public void setXsl(java.lang.String s)
public void setSize(java.lang.String s)
public void setJaxp(java.lang.String s)
public void setConfig(java.io.File f)
public void setFiltertrace(boolean value)
public void setFork(boolean value)
public void setHaltonerror(boolean b)
public void setHaltonwarning(boolean b)
public void setIf(java.lang.String propertyName)
public void setUnless(java.lang.String propertyName)
public void setTodir(java.io.File f)
public void setFailureProperty(java.lang.String failureProperty)
public void setErrorProperty(java.lang.String errorProperty)
public void setPrintsummary(boolean b)
public java.lang.String getName()
public java.lang.String getAppend()
public java.lang.String getXslt()
public java.lang.String getVerbose()
public java.lang.String getValidate()
public java.lang.String getLogLevel()
public java.io.File getOutputfolder()
public java.lang.String getXsl()
public java.lang.String getSize()
public java.lang.String getJaxp()
public java.io.File getConfig()
public boolean getFiltertrace()
public boolean getFork()
public java.lang.String getHaltonerror()
public java.lang.String getHaltonwarning()
public java.io.File getTodir()
public java.lang.String getFailureProperty()
public java.lang.String getErrorProperty()
public java.lang.String getPrintsummary()
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
throws org.apache.tools.ant.BuildException
FileSet instance to this Generate instance.
A Generate instance can only contain one Filesetinstance..
fs - A FileSet instance.org.apache.tools.ant.BuildException - if a FileSet instance is already added to this generate
instance.public java.lang.String[] getFilenames()
public java.util.HashMap getArguments()
generate instance.HashMap instance containing all arguments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||