|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputDir | |
|---|---|
| org.sonar.api.batch.fs | |
| org.sonar.api.batch.fs.internal | |
| org.sonar.api.batch.sensor.issue | |
| org.sonar.api.batch.sensor.issue.internal | |
| Uses of InputDir in org.sonar.api.batch.fs |
|---|
| Methods in org.sonar.api.batch.fs that return InputDir | |
|---|---|
InputDir |
FileSystem.inputDir(File dir)
Returns InputDir matching the current File. |
InputDir |
FileSystem.Index.inputDir(String relativePath)
|
| Uses of InputDir in org.sonar.api.batch.fs.internal |
|---|
| Classes in org.sonar.api.batch.fs.internal that implement InputDir | |
|---|---|
class |
DefaultInputDir
|
| Methods in org.sonar.api.batch.fs.internal that return InputDir | |
|---|---|
InputDir |
DefaultFileSystem.inputDir(File dir)
|
abstract InputDir |
DefaultFileSystem.Cache.inputDir(String relativePath)
|
| Methods in org.sonar.api.batch.fs.internal with parameters of type InputDir | |
|---|---|
DefaultFileSystem |
DefaultFileSystem.add(InputDir inputDir)
Adds InputDir to the list. |
void |
DefaultFileSystem.Cache.add(InputDir inputDir)
|
protected abstract void |
DefaultFileSystem.Cache.doAdd(InputDir inputDir)
|
| Uses of InputDir in org.sonar.api.batch.sensor.issue |
|---|
| Methods in org.sonar.api.batch.sensor.issue with parameters of type InputDir | |
|---|---|
IssueBuilder |
IssueBuilder.onDir(InputDir inputDir)
The InputDir the issue belongs to. |
| Uses of InputDir in org.sonar.api.batch.sensor.issue.internal |
|---|
| Methods in org.sonar.api.batch.sensor.issue.internal with parameters of type InputDir | |
|---|---|
DefaultIssueBuilder |
DefaultIssueBuilder.onDir(InputDir dir)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||