Class RaConfigContext.RaEntity
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigContext
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigContext.RaEntity
-
- Enclosing class:
- RaConfigContext
public static final class RaConfigContext.RaEntity extends RaConfigContext
Matches RA entities based on their entity name.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.opencloud.slee.upgrade.transformation.model.RaConfigContext
RaConfigContext.IfPropertyValue, RaConfigContext.RaEntity
-
-
Constructor Summary
Constructors Constructor Description RaEntity(StringMatcher entityName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)StringMatchergetEntityName()Returns theStringMatcherwhich is used to match against RA entity names.inthashCode()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.StringtoString()
-
-
-
Constructor Detail
-
RaEntity
public RaEntity(@Nonnull StringMatcher entityName)- Parameters:
entityName- Matches against RA entity names.
-
-
Method Detail
-
matchesEntity
@Nonnull public ResultAndWarnings<java.lang.Boolean> matchesEntity(@Nonnull com.opencloud.slee.data.migration.RAEntityData raEntityData)
Description copied from class:RaConfigContextReturns whether or not the given RA entity data matches this context, along with any warnings gathered while matching.- Specified by:
matchesEntityin classRaConfigContext
-
getEntityName
@Nonnull public StringMatcher getEntityName()
Returns theStringMatcherwhich is used to match against RA entity names.
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classRaConfigContext
-
hashCode
public int hashCode()
- Specified by:
hashCodein classRaConfigContext
-
toString
public java.lang.String toString()
-
-