Class ProfileContext.ProfileSpec
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext
-
- com.opencloud.slee.upgrade.transformation.model.ProfileContext.ProfileSpec
-
- Enclosing class:
- ProfileContext
public static final class ProfileContext.ProfileSpec extends ProfileContext
Matches profiles based on the associated profile specification.
-
-
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 ProfileSpec(ComponentMatcher profileSpecId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ComponentMatchergetProfileSpecId()Returns theComponentMatcherwhich is used to match against profile specification IDs.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ProfileSpec
public ProfileSpec(@Nonnull ComponentMatcher profileSpecId)- Parameters:
profileSpecId- Matches against profile specification IDs.
-
-
Method Detail
-
getProfileSpecId
@Nonnull public ComponentMatcher getProfileSpecId()
Returns theComponentMatcherwhich is used to match against profile specification IDs.
-
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()
-
-