org.apache.tools.ant.taskdefs.optional.sitraka

Class CovBase

public abstract class CovBase extends Task

Base class that deals with JProbe version incompatibilities.

Since: Ant 1.6

Method Summary
protected FilecreateTempFile(String prefix)
protected FilefindCoverageJar()
protected StringfindExecutable(String relativePath)
protected FilegetHome()
protected StringgetParamFileArgument()
protected booleanisJProbe4Plus()
Are we running on a version of JProbe 4.x or higher?
voidsetHome(File value)
The directory where JProbe is installed.

Method Detail

createTempFile

protected File createTempFile(String prefix)

findCoverageJar

protected File findCoverageJar()

findExecutable

protected String findExecutable(String relativePath)

getHome

protected File getHome()

getParamFileArgument

protected String getParamFileArgument()

isJProbe4Plus

protected boolean isJProbe4Plus()
Are we running on a version of JProbe 4.x or higher?

setHome

public void setHome(File value)
The directory where JProbe is installed.
Copyright