Class ProfileContext.ProfileTable
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileTable
-
- Enclosing class:
- ProfileContext
public static final class ProfileContext.ProfileTable extends ProfileContext
Matches profiles based on the enclosing profile table.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.opencloud.slee.upgrade.transformation.model.ProfileContext
ProfileContext.IfAttributeValue, ProfileContext.ProfileName, ProfileContext.ProfileSpec, ProfileContext.ProfileTable
-
-
Constructor Summary
Constructors Constructor Description ProfileTable(StringMatcher tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)StringMatchergetTableName()Returns theStringMatcherwhich is used to match against profile table names.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ProfileTable
public ProfileTable(@Nonnull StringMatcher tableName)- Parameters:
tableName- Matches against profile table names.
-
-
Method Detail
-
getTableName
@Nonnull public StringMatcher getTableName()
Returns theStringMatcherwhich is used to match against profile table names.
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classProfileContext
-
hashCode
public int hashCode()
- Specified by:
hashCodein classProfileContext
-
toString
public java.lang.String toString()
-
-