Generated by
JDiff

Class org.apache.hadoop.fs.FileUtil

Added Methods
int chmod(String, String, boolean) Change the permissions on a file / directory recursively if needed.
boolean fullyDeleteContents(File) Delete the contents of a directory not the directory itself.
String[] list(File) A wrapper for File#list() This java.io API returns null when a dir is not a directory or for any I/O error.
File[] listFiles(File) A wrapper for File#listFiles() This java.io API returns null when a dir is not a directory or for any I/O error.