Package com.xebialabs.xlrelease.variable
Class ValueWithInterpolation
java.lang.Object
com.xebialabs.xlrelease.variable.ValueWithInterpolation
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
A subset of fields from StringVariable class used when freezing a variable.
This class isn't modeling any part of the domain, hence it's place outside the domain package.
param: value Resolved string value of the variable param: preventInterpolation if true the placeholders in the value shouldn't be replaced, otherwise they should be.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueWithInterpolationbooleanbooleanbooleaninthashCode()booleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()value()Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ValueWithInterpolation
-
-
Method Details
-
apply
-
unapply
-
value
-
preventInterpolation
public boolean preventInterpolation() -
copy
-
copy$default$1
-
copy$default$2
public boolean copy$default$2() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-