Class PatternIncludesArtifactFilter.Pattern

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pattern​(java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean matches​(char[][] parts)  
      java.lang.String toString()  
      java.lang.String translateEquals()
      Returns a string containing a fixed artifact gatv coordinates or null if the pattern can not be translated.
      protected java.lang.String translateEquals​(int pos)
      Check if the this pattern is a fixed pattern on the specified pos.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • pattern

        private final java.lang.String pattern
    • Constructor Detail

      • Pattern

        Pattern​(java.lang.String pattern)
    • Method Detail

      • matches

        public abstract boolean matches​(char[][] parts)
      • translateEquals

        public java.lang.String translateEquals()
        Returns a string containing a fixed artifact gatv coordinates or null if the pattern can not be translated.
      • translateEquals

        protected java.lang.String translateEquals​(int pos)
        Check if the this pattern is a fixed pattern on the specified pos.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object