org.sonar.batch.index
Class Bucket

java.lang.Object
  extended by org.sonar.batch.index.Bucket

public final class Bucket
extends Object


Constructor Summary
Bucket(Resource resource)
           
 
Method Summary
 void clear()
           
 boolean equals(Object o)
           
 List<Bucket> getChildren()
           
 Bucket getParent()
           
 Resource getResource()
           
 int hashCode()
           
 Bucket setParent(Bucket parent)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bucket

public Bucket(Resource resource)
Method Detail

getResource

public Resource getResource()

setParent

public Bucket setParent(@Nullable
                        Bucket parent)

getChildren

public List<Bucket> getChildren()

getParent

public Bucket getParent()

clear

public void clear()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.