public static final class RaConfigContext.IfPropertyValue extends RaConfigContext
RaConfigContext.IfPropertyValue, RaConfigContext.RaEntity
Constructor and Description |
---|
RaConfigContext.IfPropertyValue(java.lang.String name,
StringMatcher value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the name of the property to match against.
|
StringMatcher |
getValue()
Returns the
StringMatcher which is used to match against the property value. |
int |
hashCode() |
ResultAndWarnings<java.lang.Boolean> |
matchesEntity(com.opencloud.slee.data.migration.RAEntityData raEntityData)
Returns whether or not the given RA entity data matches this context, along
with any warnings gathered while matching.
|
java.lang.String |
toString() |
public RaConfigContext.IfPropertyValue(@Nonnull java.lang.String name, @Nonnull StringMatcher value)
name
- The name of the property to match against.value
- Matches against the current value of the configuration property.@Nonnull public ResultAndWarnings<java.lang.Boolean> matchesEntity(@Nonnull com.opencloud.slee.data.migration.RAEntityData raEntityData)
RaConfigContext
matchesEntity
in class RaConfigContext
@Nonnull public java.lang.String getName()
@Nonnull public StringMatcher getValue()
StringMatcher
which is used to match against the property value.public boolean equals(java.lang.Object o)
equals
in class RaConfigContext
public int hashCode()
hashCode
in class RaConfigContext
public java.lang.String toString()
Copyright © OpenCloud. All Rights Reserved.