org.sonar.batch.source
Class DefaultHighlightable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHighlightable
public DefaultHighlightable(Component component,
ComponentDataCache cache)
- Deprecated.
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.