org.jtools.io
Class FileUtils
java.lang.Object
org.jtools.io.FileUtils
public class FileUtils
- extends Object
- Author:
- Rainer
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code
and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
createFile
public static File createFile(File base,
File file)
createFile
public static File createFile(File base,
String file)
createFile
public static File createFile(URL url)
createPath
public static String createPath(File base,
String file)
normalize
public static File normalize(File file)
relativize
public static File relativize(File from,
File to)
© 2000-2006, JTools.org.