net.sourceforge.pmd.cli
Class PMDParameters

java.lang.Object
  extended by net.sourceforge.pmd.cli.PMDParameters

public class PMDParameters
extends java.lang.Object


Nested Class Summary
static class PMDParameters.PropertyConverter
           
static class PMDParameters.RulePriorityConverter
           
 
Constructor Summary
PMDParameters()
           
 
Method Summary
 java.lang.String getAuxclasspath()
           
 java.lang.String getEncoding()
           
 java.lang.String getFormat()
           
 java.lang.String getLanguage()
           
 RulePriority getMinimumPriority()
           
 java.util.Properties getProperties()
           
 java.lang.String getReportfile()
           
 java.lang.String getRulesets()
           
 java.lang.String getSourceDir()
           
 java.lang.String getSuppressmarker()
           
 java.lang.Integer getThreads()
           
 java.lang.String getUri()
           
 java.lang.String getVersion()
           
 boolean isBenchmark()
           
 boolean isDebug()
           
 boolean isHelp()
           
 boolean isShortnames()
           
 boolean isShowsuppressed()
           
 boolean isStress()
           
 void setUri(java.lang.String uri)
           
static PMDConfiguration transformParametersIntoConfiguration(PMDParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMDParameters

public PMDParameters()
Method Detail

transformParametersIntoConfiguration

public static PMDConfiguration transformParametersIntoConfiguration(PMDParameters params)

isDebug

public boolean isDebug()

isHelp

public boolean isHelp()

getEncoding

public java.lang.String getEncoding()

getThreads

public java.lang.Integer getThreads()

isBenchmark

public boolean isBenchmark()

isStress

public boolean isStress()

isShortnames

public boolean isShortnames()

isShowsuppressed

public boolean isShowsuppressed()

getSuppressmarker

public java.lang.String getSuppressmarker()

getMinimumPriority

public RulePriority getMinimumPriority()

getProperties

public java.util.Properties getProperties()

getReportfile

public java.lang.String getReportfile()

getVersion

public java.lang.String getVersion()

getLanguage

public java.lang.String getLanguage()

getAuxclasspath

public java.lang.String getAuxclasspath()

getRulesets

public java.lang.String getRulesets()

getSourceDir

public java.lang.String getSourceDir()

getFormat

public java.lang.String getFormat()

getUri

public java.lang.String getUri()
Returns:
the uri alternative to source directory.

setUri

public void setUri(java.lang.String uri)
Parameters:
uri - the uri specifying the source directory.


Copyright © 2002-2015 InfoEther. All Rights Reserved.