gradle
8.5-rc-2
API
gradle
/
org.gradle.api.problems.locations
/
FileLocation
File
Location
API
@
Incubating
open
class
FileLocation
:
ProblemLocation
(
source
)
A basic problem location pointing to a specific part of a file.
Members
Constructors
File
Location
Link copied to clipboard
API
constructor
(
path
:
String
,
@
Nullable
line
:
Integer
,
@
Nullable
column
:
Integer
,
@
Nullable
length
:
Integer
)
Properties
column
Link copied to clipboard
API
@get:
Nullable
val
column
:
Integer
length
Link copied to clipboard
API
@get:
Nullable
val
length
:
Integer
line
Link copied to clipboard
API
@get:
Nullable
val
line
:
Integer
path
Link copied to clipboard
API
val
path
:
String
Functions
get
Type
Link copied to clipboard
API
open
fun
getType
(
)
:
String