gradle
8.6-milestone-1
API
gradle
/
org.gradle.tooling.events.problems
/
FileLocation
File
Location
API
@
Incubating
interface
FileLocation
:
Location
(
source
)
Represents a section in a file.
Members
Functions
get
Column
Link copied to clipboard
API
@
Nullable
abstract
fun
getColumn
(
)
:
Integer
An index of the column in the file, if available.
get
Length
Link copied to clipboard
API
@
Nullable
abstract
fun
getLength
(
)
:
Integer
The length of the region in the file, if available.
get
Line
Link copied to clipboard
API
@
Nullable
abstract
fun
getLine
(
)
:
Integer
An index of the line in the file, if available.
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
File path.