Package org.utplsql.api.reporter
Class CoverageHTMLReporter
- java.lang.Object
-
- org.utplsql.api.reporter.Reporter
-
- org.utplsql.api.reporter.DefaultReporter
-
- org.utplsql.api.reporter.CoverageHTMLReporter
-
- All Implemented Interfaces:
oracle.jdbc.internal.ObjectData,oracle.sql.ORAData
public class CoverageHTMLReporter extends DefaultReporter
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ASSETS_PATH-
Fields inherited from class org.utplsql.api.reporter.Reporter
outputBuffer
-
-
Constructor Summary
Constructors Constructor Description CoverageHTMLReporter()CoverageHTMLReporter(String selfType, Object[] attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssetsPath()protected Object[]getAttributes()StringgetProjectName()voidsetAssetsPath(String assetsPath)protected voidsetAttributes(Object[] attributes)voidsetProjectName(String projectName)protected static voidwriteReportAssetsTo(Path targetDirectory)Write the bundled assets necessary for the HTML Coverage report to a given targetPath-
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
-
-
-
-
Field Detail
-
DEFAULT_ASSETS_PATH
public static final String DEFAULT_ASSETS_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeReportAssetsTo
protected static void writeReportAssetsTo(Path targetDirectory)
Write the bundled assets necessary for the HTML Coverage report to a given targetPath- Parameters:
targetDirectory- Directory where the assets should be stored
-
getAttributes
protected Object[] getAttributes()
- Overrides:
getAttributesin classReporter
-
setAttributes
protected void setAttributes(Object[] attributes)
- Overrides:
setAttributesin classReporter
-
getProjectName
public String getProjectName()
-
setProjectName
public void setProjectName(String projectName)
-
getAssetsPath
public String getAssetsPath()
-
setAssetsPath
public void setAssetsPath(String assetsPath)
-
-