Class DirectoryDescendingFileFinderImpl

    • Constructor Detail

      • DirectoryDescendingFileFinderImpl

        public DirectoryDescendingFileFinderImpl​(java.io.File root,
                                                 java.io.FilenameFilter filter,
                                                 boolean canonical)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • DirectoryDescendingFileFinderImpl

        public DirectoryDescendingFileFinderImpl​(java.io.File root)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • Method Detail

      • nextFile

        public java.io.File nextFile()
                              throws java.io.IOException
        Deprecated.
        Specified by:
        nextFile in interface FileEnumeration
        Throws:
        java.io.IOException
      • nextElement

        public java.lang.Object nextElement()
                                     throws java.io.IOException
        Deprecated.
        Specified by:
        nextElement in interface IOEnumeration
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] argv)
        Deprecated.