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

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

public class GroovySourceScanner
extends AbstractCloverSourceScanner


Constructor Summary
GroovySourceScanner(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

GroovySourceScanner

public GroovySourceScanner(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 © 2010 Atlassian Pty Ltd. All Rights Reserved.