Class HostPatternsHolder

    • Field Detail

      • WILDCARD_PATTERN

        public static final char WILDCARD_PATTERN
        Used in a host pattern to denote zero or more consecutive characters
        See Also:
        Constant Field Values
      • ALL_HOSTS_PATTERN

        public static final String ALL_HOSTS_PATTERN
      • SINGLE_CHAR_PATTERN

        public static final char SINGLE_CHAR_PATTERN
        Used in a host pattern to denote any one character
        See Also:
        Constant Field Values
      • NEGATION_CHAR_PATTERN

        public static final char NEGATION_CHAR_PATTERN
        Used to negate a host pattern
        See Also:
        Constant Field Values
      • PATTERN_CHARS

        public static final String PATTERN_CHARS
        The available pattern characters
      • PORT_VALUE_DELIMITER

        public static final char PORT_VALUE_DELIMITER
        Port value separator if non-standard port pattern used
        See Also:
        Constant Field Values
      • NON_STANDARD_PORT_PATTERN_ENCLOSURE_START_DELIM

        public static final char NON_STANDARD_PORT_PATTERN_ENCLOSURE_START_DELIM
        Non-standard port specification host pattern enclosure start delimiter
        See Also:
        Constant Field Values
      • NON_STANDARD_PORT_PATTERN_ENCLOSURE_END_DELIM

        public static final char NON_STANDARD_PORT_PATTERN_ENCLOSURE_END_DELIM
        Non-standard port specification host pattern enclosure end delimiter
        See Also:
        Constant Field Values
    • Constructor Detail

      • HostPatternsHolder

        protected HostPatternsHolder()