com.atlassian.maven.plugin.clover.internal.scanner
Class TestCloverSourceScanner

java.lang.Object
  extended by com.atlassian.maven.plugin.clover.internal.scanner.AbstractCloverSourceScanner
      extended by com.atlassian.maven.plugin.clover.internal.scanner.TestCloverSourceScanner
All Implemented Interfaces:
CloverSourceScanner

public class TestCloverSourceScanner
extends AbstractCloverSourceScanner

Computes the list of test source files to instrument.


Constructor Summary
TestCloverSourceScanner(CompilerConfiguration configuration, java.lang.String outputSourceDirectory)
           
 
Method Summary
protected  java.lang.String getSourceDirectory()
           
protected  java.util.List getSourceRoots()
           
 
Methods inherited from class com.atlassian.maven.plugin.clover.internal.scanner.AbstractCloverSourceScanner
getConfiguration, getExcludedFiles, getSourceFilesToInstrument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCloverSourceScanner

public TestCloverSourceScanner(CompilerConfiguration configuration,
                               java.lang.String outputSourceDirectory)
Method Detail

getSourceRoots

protected java.util.List getSourceRoots()
Specified by:
getSourceRoots in class AbstractCloverSourceScanner

getSourceDirectory

protected java.lang.String getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractCloverSourceScanner


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.