Class TrackedProperty
java.lang.Object
org.apache.maven.buildcache.xml.config.TrackedProperty
- All Implemented Interfaces:
Serializable
Class TrackedProperty.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the defaultValue field.Get the propertyName field.Get the skipValue field.getValue()Get the value field.voidsetDefaultValue(String defaultValue) Set the defaultValue field.voidsetPropertyName(String propertyName) Set the propertyName field.voidsetSkipValue(String skipValue) Set the skipValue field.voidSet the value field.
-
Constructor Details
-
TrackedProperty
public TrackedProperty()
-
-
Method Details
-
getDefaultValue
Get the defaultValue field.- Returns:
- String
-
getPropertyName
Get the propertyName field.- Returns:
- String
-
getSkipValue
Get the skipValue field.- Returns:
- String
-
getValue
Get the value field.- Returns:
- String
-
setDefaultValue
Set the defaultValue field.- Parameters:
defaultValue- a defaultValue object.
-
setPropertyName
Set the propertyName field.- Parameters:
propertyName- a propertyName object.
-
setSkipValue
Set the skipValue field.- Parameters:
skipValue- a skipValue object.
-
setValue
Set the value field.- Parameters:
value- a value object.
-