Class PatternIncludesArtifactFilter.EqPattern

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int posMax  
      private int posMin  
      private char[] token  
    • Constructor Summary

      Constructors 
      Constructor Description
      EqPattern​(java.lang.String pattern, char[] patternCharArray, int posMin, int posMax)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(char[][] parts)  
      java.lang.String translateEquals()
      Returns a string containing a fixed artifact gatv coordinates or null if the pattern can not be translated.
      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