org.sonar.api.component
Interface ResourcePerspectives

All Superinterfaces:
BatchComponent, Perspectives, ServerComponent

public interface ResourcePerspectives
extends Perspectives

Only on batch-side.

Since:
3.5

Method Summary
<P extends Perspective>
P
as(Class<P> perspectiveClass, Resource resource)
           
 
Methods inherited from interface org.sonar.api.component.Perspectives
as
 

Method Detail

as

@CheckForNull
<P extends Perspective> P as(Class<P> perspectiveClass,
                                          Resource resource)


Copyright © 2009–2014 SonarSource. All rights reserved.