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