Package br.org.soujava.pomeditor.api
Class Property
- java.lang.Object
-
- br.org.soujava.pomeditor.api.Property
-
public final class Property extends Object
Represents a property to be changed
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProperty.PropertyBuilderDependency builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.PropertyBuilderbuilder()Returns aProperty.PropertyBuilderinstancebooleanequals(Object o)StringgetName()StringgetValue()inthashCode()static Property.PropertyBuilderof(String name, String value)Returns aProperty.PropertyBuilderbased on the specified property name and value.StringtoString()
-
-
-
Method Detail
-
builder
public static Property.PropertyBuilder builder()
Returns aProperty.PropertyBuilderinstance- Returns:
- a
Property.PropertyBuilder
-
of
public static Property.PropertyBuilder of(String name, String value)
Returns aProperty.PropertyBuilderbased on the specified property name and value.- Parameters:
name- property namevalue- property value, ornullto request removal- Returns:
- a
Property.PropertyBuilder
-
getName
public String getName()
-
getValue
public String getValue()
-
-