net.sourceforge.jiu.ops

Class DirectoryTree


(package private) class DirectoryTree
extends java.lang.Object

Small data class for names of directories that are to be processed.
Author:
Marco Schmidt

Field Summary

(package private) String
input
Input directory name, as found in the file system.
(package private) String
output
Corresponding output directory name, may not yet be in the file system.

Field Details

input

(package private)  String input
Input directory name, as found in the file system.

output

(package private)  String output
Corresponding output directory name, may not yet be in the file system.