org.sonar.batch.source
Class HighlightableBuilder

java.lang.Object
  extended by org.sonar.core.component.PerspectiveBuilder<Highlightable>
      extended by org.sonar.batch.source.HighlightableBuilder
All Implemented Interfaces:
BatchComponent, ServerComponent

Deprecated. since 4.5 no more used in batch 2.0

@Deprecated
public class HighlightableBuilder
extends PerspectiveBuilder<Highlightable>

Since:
3.6

Constructor Summary
HighlightableBuilder(ComponentDataCache cache)
          Deprecated.  
 
Method Summary
protected  Highlightable loadPerspective(Class<Highlightable> perspectiveClass, Component component)
          Deprecated.  
 
Methods inherited from class org.sonar.core.component.PerspectiveBuilder
getPerspectiveClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighlightableBuilder

public HighlightableBuilder(ComponentDataCache cache)
Deprecated. 
Method Detail

loadPerspective

@CheckForNull
protected Highlightable loadPerspective(Class<Highlightable> perspectiveClass,
                                                     Component component)
Deprecated. 
Specified by:
loadPerspective in class PerspectiveBuilder<Highlightable>


Copyright © 2009–2015 SonarSource. All rights reserved.