net.sourceforge.pmd.ant
Class PMDTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.sourceforge.pmd.ant.PMDTask

public class PMDTask
extends org.apache.tools.ant.Task


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
PMDTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
           
 void addFormatter(Formatter f)
           
 void addRuleset(RuleSetWrapper r)
           
 org.apache.tools.ant.types.Path createClasspath()
           
 void execute()
           
 org.apache.tools.ant.types.Path getClasspath()
           
 void setClasspath(org.apache.tools.ant.types.Path classpath)
           
 void setClasspathRef(org.apache.tools.ant.types.Reference r)
           
 void setEncoding(java.lang.String encoding)
           
 void setExcludeMarker(java.lang.String value)
           
 void setFailOnError(boolean fail)
           
 void setFailOnRuleViolation(boolean fail)
           
 void setFailuresPropertyName(java.lang.String failuresPropertyName)
           
 void setMinimumPriority(int minPriority)
           
 void setRuleSetFiles(java.lang.String ruleSetFiles)
           
 void setShortFilenames(boolean value)
           
 void setTargetJDK(java.lang.String value)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMDTask

public PMDTask()
Method Detail

setShortFilenames

public void setShortFilenames(boolean value)

setTargetJDK

public void setTargetJDK(java.lang.String value)

setExcludeMarker

public void setExcludeMarker(java.lang.String value)

setFailOnError

public void setFailOnError(boolean fail)

setFailOnRuleViolation

public void setFailOnRuleViolation(boolean fail)

setRuleSetFiles

public void setRuleSetFiles(java.lang.String ruleSetFiles)

setEncoding

public void setEncoding(java.lang.String encoding)

setFailuresPropertyName

public void setFailuresPropertyName(java.lang.String failuresPropertyName)

setMinimumPriority

public void setMinimumPriority(int minPriority)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)

addFormatter

public void addFormatter(Formatter f)

setClasspath

public void setClasspath(org.apache.tools.ant.types.Path classpath)

getClasspath

public org.apache.tools.ant.types.Path getClasspath()

createClasspath

public org.apache.tools.ant.types.Path createClasspath()

setClasspathRef

public void setClasspathRef(org.apache.tools.ant.types.Reference r)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

addRuleset

public void addRuleset(RuleSetWrapper r)


Copyright © 2002-2006 InfoEther. All Rights Reserved.