Class FileSet.FileMatch

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Glob glob  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileMatch​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isIncluded​(java.lang.String[] segments, int n)  
      (package private) void match​(java.util.Collection<java.io.File> files, java.io.File input)  
      • Methods inherited from class java.lang.Object

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

      • glob

        final Glob glob
    • Constructor Detail

      • FileMatch

        FileMatch​(java.lang.String string)
    • Method Detail

      • match

        void match​(java.util.Collection<java.io.File> files,
                   java.io.File input)
        Specified by:
        match in class FileSet.DFA
      • isIncluded

        boolean isIncluded​(java.lang.String[] segments,
                           int n)
        Specified by:
        isIncluded in class FileSet.DFA