Package io.codemodder.codetf
Class CodeTFChange.Builder
- java.lang.Object
-
- io.codemodder.codetf.CodeTFChange.Builder
-
- Enclosing class:
- CodeTFChange
public static class CodeTFChange.Builder extends Object
Builder forCodeTFChange
which was based on an existing instance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeTFChange
build()
CodeTFChange.Builder
withAdditionalProperties(Map<String,String> newProperties)
Update theCodeTFChange
with additional properties.CodeTFChange.Builder
withDescription(String description)
Update theCodeTFChange
with the given description.
-
-
-
Method Detail
-
withDescription
public CodeTFChange.Builder withDescription(String description)
Update theCodeTFChange
with the given description.
-
withAdditionalProperties
public CodeTFChange.Builder withAdditionalProperties(Map<String,String> newProperties)
Update theCodeTFChange
with additional properties.
-
build
public CodeTFChange build()
-
-