Class FileSet.AnyDir

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) FileSet.DFA next  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyDir​(FileSet.DFA next)  
    • 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
    • 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