org.sonar.api.batch
Interface CpdMapping

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Implementing Classes:
AbstractCpdMapping

public interface CpdMapping
extends BatchExtension

Since:
1.10

Method Summary
 Resource createResource(File file, List<File> sourceDirs)
           
 Language getLanguage()
           
 net.sourceforge.pmd.cpd.Tokenizer getTokenizer()
           
 

Method Detail

getTokenizer

net.sourceforge.pmd.cpd.Tokenizer getTokenizer()

getLanguage

Language getLanguage()

createResource

Resource createResource(File file,
                        List<File> sourceDirs)


Copyright © 2009-2011 SonarSource. All Rights Reserved.