org.sonar.batch.highlighting
Class DefaultHighlightingBuilder
java.lang.Object
org.sonar.batch.highlighting.DefaultHighlightingBuilder
- All Implemented Interfaces:
- HighlightingBuilder
public class DefaultHighlightingBuilder
- extends Object
- implements HighlightingBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHighlightingBuilder
public DefaultHighlightingBuilder(String componentKey,
ComponentDataCache cache)
highlight
public HighlightingBuilder highlight(int startOffset,
int endOffset,
TypeOfText typeOfText)
- Specified by:
highlight in interface HighlightingBuilder
done
public void done()
- Specified by:
done in interface HighlightingBuilder
Copyright © 2009–2015 SonarSource. All rights reserved.