Uses of Class
br.org.soujava.pomeditor.api.Property.PropertyBuilder
-
Packages that use Property.PropertyBuilder Package Description br.org.soujava.pomeditor.api -
-
Uses of Property.PropertyBuilder in br.org.soujava.pomeditor.api
Methods in br.org.soujava.pomeditor.api that return Property.PropertyBuilder Modifier and Type Method Description static Property.PropertyBuilder
Property. builder()
Returns aProperty.PropertyBuilder
instancestatic Property.PropertyBuilder
Property. of(String name, String value)
Returns aProperty.PropertyBuilder
based on the specified property name and value.Property.PropertyBuilder
Property.PropertyBuilder. withName(String name)
Property.PropertyBuilder
Property.PropertyBuilder. withValue(String value)
-