org.sonar.api.config
Class PropertyFieldDefinition.Builder

java.lang.Object
  extended by org.sonar.api.config.PropertyFieldDefinition.Builder
Enclosing class:
PropertyFieldDefinition

public static class PropertyFieldDefinition.Builder
extends Object


Method Summary
 PropertyFieldDefinition build()
           
 PropertyFieldDefinition.Builder description(String description)
           
 PropertyFieldDefinition.Builder indicativeSize(int indicativeSize)
           
 PropertyFieldDefinition.Builder name(String name)
           
 PropertyFieldDefinition.Builder options(List<String> options)
           
 PropertyFieldDefinition.Builder options(String... options)
           
 PropertyFieldDefinition.Builder type(PropertyType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

name

public PropertyFieldDefinition.Builder name(String name)

description

public PropertyFieldDefinition.Builder description(String description)

indicativeSize

public PropertyFieldDefinition.Builder indicativeSize(int indicativeSize)

type

public PropertyFieldDefinition.Builder type(PropertyType type)

options

public PropertyFieldDefinition.Builder options(String... options)

options

public PropertyFieldDefinition.Builder options(List<String> options)

build

public PropertyFieldDefinition build()


Copyright © 2009-2014 SonarSource. All Rights Reserved.