com.ebmwebsourcing.easycommons.fs
Class FileSystemHelper

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.fs.FileSystemHelper

public final class FileSystemHelper
extends java.lang.Object


Method Summary
static java.io.File createTempDir()
           
static java.io.File createTempDir(java.io.File parentDir, java.lang.String prefix)
           
static java.io.File createTempDir(java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTempDir

public static java.io.File createTempDir()
                                  throws java.io.IOException
Throws:
java.io.IOException

createTempDir

public static java.io.File createTempDir(java.lang.String prefix)
                                  throws java.io.IOException
Throws:
java.io.IOException

createTempDir

public static java.io.File createTempDir(java.io.File parentDir,
                                         java.lang.String prefix)
                                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 Petals Link. All Rights Reserved.