org.sonar.api.resources
Class ResourceTypeTree.Builder

java.lang.Object
  extended by org.sonar.api.resources.ResourceTypeTree.Builder
Enclosing class:
ResourceTypeTree

public static final class ResourceTypeTree.Builder
extends Object


Method Summary
 ResourceTypeTree.Builder addRelations(String parentQualifier, String... childrenQualifiers)
           
 ResourceTypeTree.Builder addType(ResourceType type)
           
 ResourceTypeTree build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addType

public ResourceTypeTree.Builder addType(ResourceType type)

addRelations

public ResourceTypeTree.Builder addRelations(String parentQualifier,
                                             String... childrenQualifiers)

build

public ResourceTypeTree build()


Copyright © 2009–2015 SonarSource. All rights reserved.