rewrite-runner
Toggle table of contents
0.16.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rewrite-runner
core
/
io.github.skhokhlov.rewriterunner.apply
/
AppliedChange
Applied
Change
data
class
AppliedChange
(
val
kind
:
ChangeKind
,
val
path
:
String
)
(
source
)
A change that was successfully applied to a target.
Members
Constructors
Applied
Change
Link copied to clipboard
constructor
(
kind
:
ChangeKind
,
path
:
String
)
Properties
kind
Link copied to clipboard
val
kind
:
ChangeKind
path
Link copied to clipboard
val
path
:
String