org.sonar.batch.source
Class DefaultSymbolizable

java.lang.Object
  extended by org.sonar.batch.source.DefaultSymbolizable
All Implemented Interfaces:
Perspective, Symbolizable

public class DefaultSymbolizable
extends Object
implements Symbolizable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.source.Symbolizable
Symbolizable.SymbolTable, Symbolizable.SymbolTableBuilder
 
Constructor Summary
DefaultSymbolizable(ComponentDataCache cache, Component component)
           
 
Method Summary
 Component component()
           
 Symbolizable.SymbolTableBuilder newSymbolTableBuilder()
           
 void setSymbolTable(Symbolizable.SymbolTable symbolTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSymbolizable

public DefaultSymbolizable(ComponentDataCache cache,
                           Component component)
Method Detail

component

public Component component()
Specified by:
component in interface Perspective

newSymbolTableBuilder

public Symbolizable.SymbolTableBuilder newSymbolTableBuilder()
Specified by:
newSymbolTableBuilder in interface Symbolizable

setSymbolTable

public void setSymbolTable(Symbolizable.SymbolTable symbolTable)
Specified by:
setSymbolTable in interface Symbolizable


Copyright © 2009–2015 SonarSource. All rights reserved.