org.junitee.anttask
Class FormatterElement
java.lang.Object
org.junitee.anttask.FormatterElement
- public class FormatterElement
- extends java.lang.Object
This is the JUnitEE equivalent to the JUnit FormatterElement. Unfortunatelly some methods have package visibility in the original
FormatterElement so we cannot reuse it here.
- Version:
- $Revision: 1.5 $
- Author:
- Oliver Rossmueller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatterElement
public FormatterElement()
setType
public void setType(java.lang.String type)
getClassname
public java.lang.String getClassname()
setClassname
public void setClassname(java.lang.String classname)
isUseFile
public boolean isUseFile()
setUseFile
public void setUseFile(boolean useFile)
getOutFile
public java.io.File getOutFile()
setOutFile
public void setOutFile(java.io.File outFile)
getExtension
public java.lang.String getExtension()
setExtension
public void setExtension(java.lang.String extension)
createFormatter
public JUnitEEResultFormatter createFormatter()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
setFilterTrace
public void setFilterTrace(boolean filtertrace)