org.sonar.batch.source
Class DefaultSymbolizable
java.lang.Object
org.sonar.batch.source.DefaultSymbolizable
- All Implemented Interfaces:
- Perspective, Symbolizable
public class DefaultSymbolizable
- extends Object
- implements Symbolizable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSymbolizable
public DefaultSymbolizable(ComponentDataCache cache,
Component component)
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.