Uses of Class
org.sonar.plugins.pmd.xml.PmdProperty

Packages that use PmdProperty
org.sonar.plugins.pmd.xml   
 

Uses of PmdProperty in org.sonar.plugins.pmd.xml
 

Methods in org.sonar.plugins.pmd.xml that return PmdProperty
 PmdProperty PmdRule.getProperty(String propertyName)
           
 

Methods in org.sonar.plugins.pmd.xml that return types with arguments of type PmdProperty
 List<PmdProperty> PmdRule.getProperties()
           
 

Methods in org.sonar.plugins.pmd.xml with parameters of type PmdProperty
 void PmdRule.addProperty(PmdProperty property)
           
 

Method parameters in org.sonar.plugins.pmd.xml with type arguments of type PmdProperty
 void PmdRule.setProperties(List<PmdProperty> properties)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.