public static final class RaConfigContext.RaEntity extends RaConfigContext
RaConfigContext.IfPropertyValue, RaConfigContext.RaEntity
Constructor and Description |
---|
RaConfigContext.RaEntity(StringMatcher entityName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
StringMatcher |
getEntityName()
Returns the
StringMatcher which is used to match against RA entity names. |
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.RaEntity(@Nonnull StringMatcher entityName)
entityName
- Matches against RA entity names.@Nonnull public ResultAndWarnings<java.lang.Boolean> matchesEntity(@Nonnull com.opencloud.slee.data.migration.RAEntityData raEntityData)
RaConfigContext
matchesEntity
in class RaConfigContext
@Nonnull public StringMatcher getEntityName()
StringMatcher
which is used to match against RA entity names.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.