net.sourceforge.plantuml
Class FileUtils

java.lang.Object
  extended by net.sourceforge.plantuml.FileUtils

public class FileUtils
extends Object


Constructor Summary
FileUtils()
           
 
Method Summary
static void copyToFile(File src, File dest)
           
static File createTempFile(String prefix, String suffix)
           
static void delete(File f)
           
static void deleteOnExit(DrawFile file)
           
static File getTmpDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

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.