Class IssueLocation.File
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.File
-
- All Implemented Interfaces:
IssueLocation
- Direct Known Subclasses:
IssueLocation.Line
- Enclosing interface:
- IssueLocation
public static class IssueLocation.File extends Object implements IssueLocation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation
IssueLocation.File, IssueLocation.Line, IssueLocation.Range, IssueLocation.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetSourcePath()IssueLocation.TypegetType()
-
-
-
Constructor Detail
-
File
public File(Path sourcePath)
-
-
Method Detail
-
getSourcePath
public Path getSourcePath()
- Specified by:
getSourcePathin interfaceIssueLocation
-
getType
public IssueLocation.Type getType()
- Specified by:
getTypein interfaceIssueLocation
-
-