org.sonar.api.component
Interface Perspectives

All Superinterfaces:
BatchComponent, ServerComponent
All Known Subinterfaces:
ResourcePerspectives

public interface Perspectives
extends BatchComponent, ServerComponent


Method Summary
<P extends Perspective>
P
as(Class<P> perspectiveClass, Component component)
           
 

Method Detail

as

<P extends Perspective> P as(Class<P> perspectiveClass,
                             Component component)


Copyright © 2009–2015 SonarSource. All rights reserved.