Interface FileLocation
-
- All Superinterfaces:
Location
- All Known Subinterfaces:
LineInFileLocation
,OffsetInFileLocation
@Incubating public interface FileLocation extends Location
A file location.- Since:
- 8.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPath()
The path to the file.
-