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 interpolated expression to use as cached value.Get the propertyName field.Get the skipValue field.getValue()Get the value field.voidsetDefaultValue(String defaultValue) Set the defaultValue field.voidsetExpression(String expression) Set interpolated expression to use as cached value.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
-
getExpression
Get interpolated expression to use as cached value.- 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.
-
setExpression
Set interpolated expression to use as cached value.- Parameters:
expression- a expression 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.
-