com.atlassian.maven.plugin.clover.internal.instrumentation
Class TestInstrumenter

java.lang.Object
  extended by com.atlassian.maven.plugin.clover.internal.instrumentation.AbstractInstrumenter
      extended by com.atlassian.maven.plugin.clover.internal.instrumentation.TestInstrumenter

public class TestInstrumenter
extends AbstractInstrumenter

Instruments test sources.


Constructor Summary
TestInstrumenter(CompilerConfiguration configuration, String outputSourceDirectory)
           
 
Method Summary
protected  void addCompileSourceRoot(String sourceRoot)
           
protected  List<String> getCompileSourceRoots()
           
protected  String getSourceDirectory()
           
protected  CloverSourceScanner getSourceScanner()
           
protected  String getSourceType()
           
protected  boolean isGeneratedSourcesDirectory(String sourceRoot)
           
protected  void setSourceDirectory(String targetDirectory)
           
 
Methods inherited from class com.atlassian.maven.plugin.clover.internal.instrumentation.AbstractInstrumenter
getConfiguration, instrument, redirectSourceDirectories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInstrumenter

public TestInstrumenter(CompilerConfiguration configuration,
                        String outputSourceDirectory)
Method Detail

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 © 2015 Atlassian Pty Ltd. All Rights Reserved.