com.atlassian.maven.plugin.clover.internal.instrumentation
Class TestInstrumenter
java.lang.Object
com.atlassian.maven.plugin.clover.internal.instrumentation.AbstractInstrumenter
com.atlassian.maven.plugin.clover.internal.instrumentation.TestInstrumenter
public class TestInstrumenter
- extends AbstractInstrumenter
Instruments test sources.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestInstrumenter
public TestInstrumenter(CompilerConfiguration configuration,
String outputSourceDirectory)
getSourceScanner
protected CloverSourceScanner getSourceScanner()
- Specified by:
getSourceScanner in class AbstractInstrumenter
getSourceDirectory
protected String getSourceDirectory()
- Specified by:
getSourceDirectory in class AbstractInstrumenter
setSourceDirectory
protected void setSourceDirectory(String targetDirectory)
- Specified by:
setSourceDirectory in class AbstractInstrumenter
getCompileSourceRoots
protected List<String> getCompileSourceRoots()
- Specified by:
getCompileSourceRoots in class AbstractInstrumenter
addCompileSourceRoot
protected void addCompileSourceRoot(String sourceRoot)
- Specified by:
addCompileSourceRoot in class AbstractInstrumenter
isGeneratedSourcesDirectory
protected boolean isGeneratedSourcesDirectory(String sourceRoot)
- Specified by:
isGeneratedSourcesDirectory in class AbstractInstrumenter
getSourceType
protected String getSourceType()
- Specified by:
getSourceType in class AbstractInstrumenter
Copyright © 2014 Atlassian Pty Ltd. All Rights Reserved.