org.sonar.batch.highlighting
Class DefaultHighlightingBuilder

java.lang.Object
  extended by org.sonar.batch.highlighting.DefaultHighlightingBuilder
All Implemented Interfaces:
HighlightingBuilder

public class DefaultHighlightingBuilder
extends Object
implements HighlightingBuilder


Constructor Summary
DefaultHighlightingBuilder(String componentKey, ComponentDataCache cache)
           
 
Method Summary
 void done()
           
 HighlightingBuilder highlight(int startOffset, int endOffset, TypeOfText typeOfText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHighlightingBuilder

public DefaultHighlightingBuilder(String componentKey,
                                  ComponentDataCache cache)
Method Detail

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.