Class MatchAbstractTypeRule


  • class MatchAbstractTypeRule
    extends MatchRule
    • Field Detail

      • type

        private final String type
    • Constructor Detail

      • MatchAbstractTypeRule

        MatchAbstractTypeRule​(MatchRule parent,
                              String type)
    • Method Detail

      • getMatchAbstractType

        public String getMatchAbstractType()
        Description copied from class: MatchRule
        Get the abstract type that this rule matches, or null if this rule does not match by abstract type.
        Overrides:
        getMatchAbstractType in class MatchRule
        Returns:
        the abstract type, or null if there is none
      • isTypeMatched

        public boolean isTypeMatched()
        Description copied from class: MatchRule
        Determine whether this rule matches based on abstract type.
        Overrides:
        isTypeMatched in class MatchRule
        Returns:
        true if the rule matches based on type, false otherwise
      • matches

        public boolean matches​(URI uri,
                               String abstractType,
                               String abstractTypeAuthority)
        Description copied from class: MatchRule
        Determine if this rule matches the given URI, and type.
        Overrides:
        matches in class MatchRule
        Parameters:
        uri - the URI to test
        abstractType - the abstract type of the connection (may be null)
        abstractTypeAuthority - the authority name of the abstract type (may be null)
        Returns:
        true if the rule matches, false otherwise
      • hashCode

        public int hashCode()
        Description copied from class: MatchRule
        Get the hash code of this rule.
        Specified by:
        hashCode in class MatchRule
        Returns:
        the hash code