Class MatchPathRule

    • Field Detail

      • pathSpec

        private final String pathSpec
    • Constructor Detail

    • Method Detail

      • 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
      • getMatchPath

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

        public boolean isPathMatched()
        Description copied from class: MatchRule
        Determine whether this rule matches based on path name.
        Overrides:
        isPathMatched in class MatchRule
        Returns:
        true if the rule matches based on path name, 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
      • prefixes

        private boolean prefixes​(String pathSpec)