org.sonar.batch.issue
Class IssuableFactory
java.lang.Object
org.sonar.core.component.PerspectiveBuilder<Issuable>
org.sonar.batch.issue.IssuableFactory
- All Implemented Interfaces:
- BatchComponent, ServerComponent
public class IssuableFactory
- extends PerspectiveBuilder<Issuable>
Create the perspective Issuable on components.
- Since:
- 3.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuableFactory
public IssuableFactory(ModuleIssues moduleIssues,
IssueCache cache,
ProjectTree projectTree)
loadPerspective
@CheckForNull
protected Issuable loadPerspective(Class<Issuable> perspectiveClass,
Component component)
- Specified by:
loadPerspective in class PerspectiveBuilder<Issuable>
Copyright © 2009–2015 SonarSource. All rights reserved.