gradle
8.6-milestone-1
API
gradle
/
org.gradle.api.problems
/
FileLocation
File
Location
API
@
Incubating
interface
FileLocation
:
ProblemLocation
(
source
)
A basic problem location pointing to a specific part of a file.
Members
Functions
get
Column
Link copied to clipboard
API
@
Nullable
abstract
fun
getColumn
(
)
:
Integer
The offset on the selected line.
get
Length
Link copied to clipboard
API
@
Nullable
abstract
fun
getLength
(
)
:
Integer
The content of the content starting from
getColumn
.
get
Line
Link copied to clipboard
API
@
Nullable
abstract
fun
getLine
(
)
:
Integer
The line number within the file.
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
The path to the file.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String