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

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/io/
H A DSmartFile.java73 * @param f The file to sanitize
76 public static File sanitize(File f) { method in class:SmartFile
90 * @param filename The path to sanitize
93 public static String sanitize(String filename) { method in class:SmartFile
123 path = SmartFile.sanitize(path);

Completed in 90 milliseconds