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)
          Deprecated. since 4.2 not used anymore
 Language getLanguage()
           
 net.sourceforge.pmd.cpd.Tokenizer getTokenizer()
           
 

Method Detail

getTokenizer

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

getLanguage

Language getLanguage()

createResource

@Deprecated
Resource createResource(File file,
                                   List<File> sourceDirs)
Deprecated. since 4.2 not used anymore



Copyright © 2009–2015 SonarSource. All rights reserved.