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.BuilderCodeTFChange. basedOn(CodeTFChange change)Create a newCodeTFChangebuilder based on an existing instance.CodeTFChange.BuilderCodeTFChange.Builder. withAdditionalProperties(Map<String,String> newProperties)Update theCodeTFChangewith additional properties.CodeTFChange.BuilderCodeTFChange.Builder. withDescription(String description)Update theCodeTFChangewith the given description.
-