Class ProfileContext.ProfileName

  • Enclosing class:
    ProfileContext

    public static final class ProfileContext.ProfileName
    extends ProfileContext
    Matches profiles based on their profile name.
    • Constructor Detail

      • ProfileName

        public ProfileName​(@Nonnull
                           StringMatcher profileName)
        Parameters:
        profileName - Matches against profile names.
    • Method Detail

      • getProfileName

        @Nonnull
        public StringMatcher getProfileName()
        Returns the StringMatcher which is used to match against profile names.
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in class ProfileContext
      • toString

        public java.lang.String toString()