| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InputDir
Layer over  
File for directories. | 
interface  | 
InputFile
This layer over  
File adds information for code analyzers. | 
interface  | 
InputModule
Used to create issues and measures on modules. 
 | 
interface  | 
InputPath
Layer over  
File for files or directories. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultInputComponent  | 
class  | 
DefaultInputDir  | 
class  | 
DefaultInputFile  | 
class  | 
DefaultInputModule  | 
| Modifier and Type | Method and Description | 
|---|---|
InputComponent | 
Issue.inputComponent()
The  
InputComponent this issue belongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
InputComponent | 
IssueLocation.inputComponent()
The  
InputComponent this location belongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
NewIssueLocation | 
NewIssueLocation.on(InputComponent component)
The  
InputComponent the issue location belongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
InputComponent | 
DefaultIssueLocation.inputComponent()  | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultIssueLocation | 
DefaultIssueLocation.on(InputComponent component)  | 
| Modifier and Type | Method and Description | 
|---|---|
InputComponent | 
Measure.inputComponent()
The  
InputComponent this measure belongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
NewMeasure<G> | 
NewMeasure.on(InputComponent component)
The  
InputComponent the measure belongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
InputComponent | 
DefaultMeasure.inputComponent()  | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultMeasure<G> | 
DefaultMeasure.on(InputComponent component)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.