Class VariableMappingUsagePoint
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.variables.reference.VariableMappingUsagePoint
-
- All Implemented Interfaces:
UsagePoint
public class VariableMappingUsagePoint extends java.lang.Object implements UsagePoint
This usage point means that a variable is contained as a value in one of entries of thevariableMapping
.
-
-
Constructor Summary
Constructors Constructor Description VariableMappingUsagePoint(ConfigurationItem ci, java.lang.String fqPropertyName, CiProperty targetProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,VariableReference.VariableUsageType>
collectVariables()
boolean
equals(java.lang.Object o)
CiProperty
getTargetProperty()
int
hashCode()
java.util.Set<ConfigurationItem>
replaceVariable(Variable variable, VariableOrValue replacement)
-
-
-
Constructor Detail
-
VariableMappingUsagePoint
public VariableMappingUsagePoint(ConfigurationItem ci, java.lang.String fqPropertyName, CiProperty targetProperty)
-
-
Method Detail
-
collectVariables
public java.util.Map<java.lang.String,VariableReference.VariableUsageType> collectVariables()
- Specified by:
collectVariables
in interfaceUsagePoint
-
replaceVariable
public java.util.Set<ConfigurationItem> replaceVariable(Variable variable, VariableOrValue replacement)
- Specified by:
replaceVariable
in interfaceUsagePoint
-
getTargetProperty
public CiProperty getTargetProperty()
- Specified by:
getTargetProperty
in interfaceUsagePoint
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-