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.PropertyBuilderProperty. builder()Returns aProperty.PropertyBuilderinstancestatic Property.PropertyBuilderProperty. of(String name, String value)Returns aProperty.PropertyBuilderbased on the specified property name and value.Property.PropertyBuilderProperty.PropertyBuilder. withName(String name)Property.PropertyBuilderProperty.PropertyBuilder. withValue(String value)
-