Class ProfileContext.ProfileName
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileName
-
- Enclosing class:
- ProfileContext
public static final class ProfileContext.ProfileName extends ProfileContext
Matches profiles based on their profile name.
-
-
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 ProfileName(StringMatcher profileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)StringMatchergetProfileName()Returns theStringMatcherwhich is used to match against profile names.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ProfileName
public ProfileName(@Nonnull StringMatcher profileName)- Parameters:
profileName- Matches against profile names.
-
-
Method Detail
-
getProfileName
@Nonnull public StringMatcher getProfileName()
Returns theStringMatcherwhich is used to match against profile 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()
-
-