| Package | Description | 
|---|---|
| org.sonar.api.component | |
| org.sonar.api.issue | |
| org.sonar.api.source | |
| org.sonar.api.test | 
| Modifier and Type | Method and Description | 
|---|---|
<P extends Perspective>  | 
ResourcePerspectives.as(Class<P> perspectiveClass,
    InputPath inputPath)
Deprecated.  
Allow to create perspective from  
InputPath. | 
<P extends Perspective>  | 
ResourcePerspectives.as(Class<P> perspectiveClass,
    Resource resource)
Deprecated.  
  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Issuable
This perspective allows to add and get issues related to the selected component. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Highlightable
Use this perspective to save syntax highlighting on files. 
 | 
interface  | 
Symbolizable
Use this perspective to save symbol references on files. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MutableTestable  | 
interface  | 
MutableTestPlan  | 
interface  | 
Testable
Deprecated. 
 
since 5.2 
 | 
interface  | 
TestPlan<T extends TestCase>
Deprecated. 
 
since 5.2 not used 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.