Uses of Class
io.codemodder.codetf.CodeTFChange.Builder
-
-
Uses of CodeTFChange.Builder in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFChange.Builder Modifier and Type Method Description static CodeTFChange.Builder
CodeTFChange. basedOn(CodeTFChange change)
Create a newCodeTFChange
builder based on an existing instance.CodeTFChange.Builder
CodeTFChange.Builder. withAdditionalProperties(Map<String,String> newProperties)
Update theCodeTFChange
with additional properties.CodeTFChange.Builder
CodeTFChange.Builder. withDescription(String description)
Update theCodeTFChange
with the given description.
-