Uses of Class
org.sonar.api.config.PropertyDefinition

Packages that use PropertyDefinition
org.sonar.api.config   
 

Uses of PropertyDefinition in org.sonar.api.config
 

Methods in org.sonar.api.config that return PropertyDefinition
static PropertyDefinition PropertyDefinition.create(Property annotation)
           
static PropertyDefinition PropertyDefinition.create(String key, PropertyType type, String[] options)
           
 PropertyDefinition PropertyDefinitions.get(String key)
           
 

Methods in org.sonar.api.config that return types with arguments of type PropertyDefinition
 Collection<PropertyDefinition> PropertyDefinitions.getAll()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.