net.sourceforge.plantuml
Class FileUtils
java.lang.Object
net.sourceforge.plantuml.FileUtils
public class FileUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
deleteOnExit
public static void deleteOnExit(DrawFile file)
getTmpDir
public static File getTmpDir()
delete
public static void delete(File f)
createTempFile
public static File createTempFile(String prefix,
String suffix)
throws IOException
- Throws:
IOException
copyToFile
public static void copyToFile(File src,
File dest)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.