Package org.utplsql.api.reporter
Class DocumentationReporter
- java.lang.Object
-
- org.utplsql.api.reporter.Reporter
-
- org.utplsql.api.reporter.DefaultReporter
-
- org.utplsql.api.reporter.DocumentationReporter
-
- All Implemented Interfaces:
oracle.jdbc.internal.ObjectData,oracle.sql.ORAData
public class DocumentationReporter extends DefaultReporter
-
-
Field Summary
-
Fields inherited from class org.utplsql.api.reporter.Reporter
outputBuffer
-
-
Constructor Summary
Constructors Constructor Description DocumentationReporter()DocumentationReporter(String selfType, Object[] attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[]getAttributes()intgetFailed()intgetLvl()protected voidsetAttributes(Object[] attributes)voidsetFailed(int failed)voidsetLvl(int lvl)-
Methods inherited from class org.utplsql.api.reporter.DefaultReporter
initOutputBuffer
-
Methods inherited from class org.utplsql.api.reporter.Reporter
getId, getOutputBuffer, getTypeName, init, init, isInit, setTypeName, toDatum
-
-
-
-
Method Detail
-
getAttributes
protected Object[] getAttributes()
- Overrides:
getAttributesin classReporter
-
setAttributes
protected void setAttributes(Object[] attributes)
- Overrides:
setAttributesin classReporter
-
getLvl
public int getLvl()
-
setLvl
public void setLvl(int lvl)
-
getFailed
public int getFailed()
-
setFailed
public void setFailed(int failed)
-
-