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

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

public class GroovyTestScanner
extends AbstractCloverSourceScanner


Constructor Summary
GroovyTestScanner(CompilerConfiguration configuration, java.lang.String outputDirectory)
           
 
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

GroovyTestScanner

public GroovyTestScanner(CompilerConfiguration configuration,
                         java.lang.String outputDirectory)
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 © 2010 Atlassian Pty Ltd. All Rights Reserved.