Class DirectoryTree

java.lang.Object
net.sourceforge.jiu.ops.DirectoryTree

class DirectoryTree extends Object
Small data class for names of directories that are to be processed.
Author:
Marco Schmidt
  • Field Details

    • input

      String input
      Input directory name, as found in the file system.
    • output

      String output
      Corresponding output directory name, may not yet be in the file system.
  • Constructor Details

    • DirectoryTree

      DirectoryTree()