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.edit
/
EditRequest
Edit
Request
jvm
@
Serializable
data
class
EditRequest
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
expected
:
Pair
<
String
,
Sha256
>
,
val
newContent
:
String
,
val
skippedNoMatch
:
PairList
<
Int
,
Int
>
,
val
skippedNotUnique
:
PairList
<
Int
,
Int
>
)
(
source
)
Members
Constructors
Edit
Request
Link copied to clipboard
jvm
constructor
(
path
:
Path
,
displayPath
:
Path
,
expected
:
Pair
<
String
,
Sha256
>
,
newContent
:
String
,
skippedNoMatch
:
PairList
<
Int
,
Int
>
,
skippedNotUnique
:
PairList
<
Int
,
Int
>
)
Properties
display
Path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
val
displayPath
:
Path
expected
Link copied to clipboard
jvm
val
expected
:
Pair
<
String
,
Sha256
>
new
Content
Link copied to clipboard
jvm
val
newContent
:
String
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
val
path
:
Path
skipped
No
Match
Link copied to clipboard
jvm
val
skippedNoMatch
:
PairList
<
Int
,
Int
>
skipped
Not
Unique
Link copied to clipboard
jvm
val
skippedNotUnique
:
PairList
<
Int
,
Int
>