Package br.org.soujava.pomeditor.api
Class Property.PropertyBuilder
- java.lang.Object
-
- br.org.soujava.pomeditor.api.Property.PropertyBuilder
-
-
Constructor Summary
Constructors Constructor Description PropertyBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
build()
Property.PropertyBuilder
withName(String name)
Property.PropertyBuilder
withValue(String value)
-
-
-
Method Detail
-
withName
public Property.PropertyBuilder withName(String name)
- Parameters:
name
- property name- Returns:
this
Property.PropertyBuilder
instance
-
withValue
public Property.PropertyBuilder withValue(String value)
- Parameters:
value
- property value- Returns:
this
Property.PropertyBuilder
instance
-
-