Uses of Class
com.ibm.dtfj.utils.file.FileManager
-
Packages that use FileManager Package Description com.ibm.dtfj.utils.file -
-
Uses of FileManager in com.ibm.dtfj.utils.file
Subclasses of FileManager in com.ibm.dtfj.utils.file Modifier and Type Class Description class
CompressedFileManager
Abstract class for handling compressed filesclass
GZipFileManager
File manger for gzip'd files.class
SimpleFileManager
Simple file manager for dealing with files that are intended to be read directly.class
ZipFileManager
Methods in com.ibm.dtfj.utils.file that return FileManager Modifier and Type Method Description static FileManager
FileManager. getManager(File file)
Factory method for getting the correct manager to deal with the supplied file
-