Searched defs:SmartFile (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.java68 public class SmartFile { class
77 SmartFile sf = new SmartFile(f);
94 SmartFile sf = new SmartFile(filename);
123 path = SmartFile.sanitize(path);
145 private SmartFile(File f) { method in class:SmartFile
152 private SmartFile(String s) { method in class:SmartFile

Completed in 13 milliseconds