Searched defs:whack (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DFileUtils.java359 whack(parent);
394 * Note that whack will delete files if a symbolic link appears in the
400 public static boolean whack(File parent) { method in class:FileUtils
401 return whack(parent, null);
409 * Note that whack will delete files if a symbolic link appears in the
415 public static boolean whack(File parent, Collection<File> undeletedFiles) { method in class:FileUtils
419 *then whack the resulting resolved directory.

Completed in 706 milliseconds