Class ProfileContext.ProfileTable

  • Enclosing class:
    ProfileContext

    public static final class ProfileContext.ProfileTable
    extends ProfileContext
    Matches profiles based on the enclosing profile table.
    • Constructor Detail

      • ProfileTable

        public ProfileTable​(@Nonnull
                            StringMatcher tableName)
        Parameters:
        tableName - Matches against profile table names.
    • Method Detail

      • getTableName

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

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

        public java.lang.String toString()