Class GlobPatternMatcher


  • public class GlobPatternMatcher
    extends 
    Used when matching identifiers. In the early days of T5 IoC, matching was based on shell-style glob matches (a '*' could represent zero or more characters). But that was limiting so now we check to see if the provided pattern looks like a glob (just characters and asterisks, for compatibility with older code) and, if not, we assume it is a regular expression.
    • Constructor Summary

      Constructors 
      Constructor Description
       pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean  input)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • GlobPatternMatcher

        public  pattern)
    • Method Detail

      • matches

        public boolean  input)