org.sonar.batch.source
Class DefaultHighlightable

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

Deprecated. since 4.5 no more used in batch 2.0

@Deprecated
public class DefaultHighlightable
extends Object
implements Highlightable

Since:
3.6

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.source.Highlightable
Highlightable.HighlightingBuilder
 
Constructor Summary
DefaultHighlightable(Component component, ComponentDataCache cache)
          Deprecated.  
 
Method Summary
 Component component()
          Deprecated.  
 SyntaxHighlightingDataBuilder getHighlightingRules()
          Deprecated.  
 Highlightable.HighlightingBuilder newHighlighting()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHighlightable

public DefaultHighlightable(Component component,
                            ComponentDataCache cache)
Deprecated. 
Method Detail

newHighlighting

public Highlightable.HighlightingBuilder newHighlighting()
Deprecated. 
Specified by:
newHighlighting in interface Highlightable

component

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

getHighlightingRules

public SyntaxHighlightingDataBuilder getHighlightingRules()
Deprecated. 


Copyright © 2009–2015 SonarSource. All rights reserved.