org.sonar.duplications.cpd
Class CodeLoaderWithoutCache

java.lang.Object
  extended by net.sourceforge.pmd.cpd.SourceCode.CodeLoader
      extended by org.sonar.duplications.cpd.CodeLoaderWithoutCache
Direct Known Subclasses:
FileCodeLoaderWithoutCache

public abstract class CodeLoaderWithoutCache
extends net.sourceforge.pmd.cpd.SourceCode.CodeLoader


Constructor Summary
CodeLoaderWithoutCache()
           
 
Method Summary
 java.util.List<java.lang.String> getCode()
           
 
Methods inherited from class net.sourceforge.pmd.cpd.SourceCode.CodeLoader
getFileName, getReader, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeLoaderWithoutCache

public CodeLoaderWithoutCache()
Method Detail

getCode

public final java.util.List<java.lang.String> getCode()
Overrides:
getCode in class net.sourceforge.pmd.cpd.SourceCode.CodeLoader


Copyright © 2009-2010 SonarSource. All Rights Reserved.