Uses of Class
org.sonar.api.platform.LocalExtension.Type

Packages that use LocalExtension.Type
org.sonar.api.platform   
 

Uses of LocalExtension.Type in org.sonar.api.platform
 

Methods in org.sonar.api.platform that return LocalExtension.Type
 LocalExtension.Type LocalExtension.getType()
           
static LocalExtension.Type LocalExtension.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LocalExtension.Type[] LocalExtension.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.platform with parameters of type LocalExtension.Type
 LocalExtension LocalExtension.setType(LocalExtension.Type type)
           
 

Constructors in org.sonar.api.platform with parameters of type LocalExtension.Type
LocalExtension(LocalExtension.Type type, java.lang.String pluginKey)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.