public class PMDParameters extends Object
Constructor and Description |
---|
PMDParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getAuxclasspath() |
String |
getEncoding() |
String |
getFormat() |
String |
getLanguage() |
RulePriority |
getMinimumPriority() |
Properties |
getProperties() |
String |
getReportfile() |
String |
getRulesets() |
String |
getSourceDir() |
String |
getSuppressmarker() |
Integer |
getThreads() |
String |
getVersion() |
boolean |
isBenchmark() |
boolean |
isDebug() |
boolean |
isHelp() |
boolean |
isShortnames() |
boolean |
isShowsuppressed() |
boolean |
isStress() |
static PMDConfiguration |
transformParametersIntoConfiguration(PMDParameters params) |
public static PMDConfiguration transformParametersIntoConfiguration(PMDParameters params)
public boolean isDebug()
public boolean isHelp()
public String getEncoding()
public Integer getThreads()
public boolean isBenchmark()
public boolean isStress()
public boolean isShortnames()
public boolean isShowsuppressed()
public String getSuppressmarker()
public RulePriority getMinimumPriority()
public Properties getProperties()
public String getReportfile()
public String getVersion()
public String getLanguage()
public String getAuxclasspath()
public String getRulesets()
public String getSourceDir()
public String getFormat()
Copyright © 2002-2015 InfoEther. All Rights Reserved.