AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.read
/
ReadRequest
/
File
File
jvm
@
Serializable
data
class
File
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
lineNumber
:
Boolean
,
val
unicodeEscape
:
Boolean
)
:
ReadRequest
(
source
)
Members
Constructors
File
Link copied to clipboard
jvm
constructor
(
path
:
Path
,
displayPath
:
Path
,
startLine
:
Int
,
endLine
:
Int
,
lineNumber
:
Boolean
,
unicodeEscape
:
Boolean
)
Properties
display
Path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
open
override
val
displayPath
:
Path
end
Line
Link copied to clipboard
jvm
open
override
val
endLine
:
Int
line
Number
Link copied to clipboard
jvm
open
override
val
lineNumber
:
Boolean
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
open
override
val
path
:
Path
start
Line
Link copied to clipboard
jvm
open
override
val
startLine
:
Int
unicode
Escape
Link copied to clipboard
jvm
open
override
val
unicodeEscape
:
Boolean