net.sourceforge.pmd.cpd
Class CPDConfiguration
java.lang.Object
net.sourceforge.pmd.AbstractConfiguration
net.sourceforge.pmd.cpd.CPDConfiguration
public class CPDConfiguration
- extends AbstractConfiguration
- Author:
- Brian Remedios
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPDConfiguration
public CPDConfiguration(String[] args)
CPDConfiguration
public CPDConfiguration(int theMinTileSize,
Language theLanguage,
String theEncoding)
setEncoding
public void setEncoding(String theEncoding)
sourceCodeFor
public SourceCode sourceCodeFor(File file)
language
public Language language()
minimumTileSize
public int minimumTileSize()
skipDuplicates
public boolean skipDuplicates()
skipDuplicates
public void skipDuplicates(boolean flag)
filenameFilter
public FilenameFilter filenameFilter()
tokenizer
public Tokenizer tokenizer()
renderer
public Renderer renderer()
getRendererFromString
public static Renderer getRendererFromString(String name)
findBooleanSwitch
public static boolean findBooleanSwitch(String[] args,
String name)
findOptionalStringValue
public static String findOptionalStringValue(String[] args,
String name,
String defaultValue)
Copyright © 2002-2012 InfoEther. All Rights Reserved.