public interface PmdBuildTools
Modifier and Type | Method and Description |
---|---|
void |
convertRulesets() |
String |
getRulesDirectory() |
String |
getTargetDirectory() |
void |
preSiteGeneration() |
void |
setRulesDirectory(String rulesDirectory) |
void |
setRuntimeClasspath(URL[] runtimeClasspath)
Configures the classpath to use to analyze the properties of rules.
|
void |
setSiteXml(String siteXml) |
void |
setSiteXmlTarget(String siteXmlTarget) |
void |
setTargetDirectory(String targetDirectory) |
String getRulesDirectory()
void setRulesDirectory(String rulesDirectory)
rulesDirectory
- the rulesDirectory to setvoid convertRulesets() throws PmdBuildException
PmdBuildException
void preSiteGeneration() throws PmdBuildException
PmdBuildException
String getTargetDirectory()
void setTargetDirectory(String targetDirectory)
targetDirectory
- the targetDirectory to setvoid setSiteXml(String siteXml)
siteXml
- void setSiteXmlTarget(String siteXmlTarget)
siteXmlTaget
- void setRuntimeClasspath(URL[] runtimeClasspath)
runtimeClasspath
- RuntimeRulePropertiesAnalyzer
Copyright © 2008–2016. All rights reserved.