|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.jiji.kaya.utils.FileUtils
public class FileUtils
Algunas operaciones sobre archivos y directorios que no estan en FileUtils de commons-lang.
Method Summary | |
---|---|
static java.io.File |
createUniqueDir()
Crea un dir con nombre unico. |
static java.io.File |
createUniqueDir(java.lang.String baseDir)
Crea un directorio nuevo con nombre "casi" unico. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.File createUniqueDir() throws java.io.IOException
java.io.IOException
- Si no puede crear el directoriopublic static java.io.File createUniqueDir(java.lang.String baseDir) throws java.io.IOException
baseDir
- Directorio base desde donde crear el directorio
java.io.IOException
- Si no puede crear el directorio
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |