JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.tooling.events.problems
FileLocation
Contents
Description
Method Summary
Method Details
getPath()
Hide sidebar
Show sidebar
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
String
getPath
()
The path to the file.
Method Details
getPath
String
getPath
()
The path to the file.
Returns:
the file path
Since:
8.6