|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gisgraphy.helper.FileHelper
public class FileHelper
Some useful method to manage file
Constructor Summary | |
---|---|
FileHelper()
|
Method Summary | |
---|---|
static java.io.File |
createTempDir(java.lang.String path)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileHelper()
Method Detail |
---|
public static java.io.File createTempDir(java.lang.String path)
path
- The name of the temporary directory to create. A timestamp will be
added to make a unique directory, so you can use this method
several times with the same path. A common use is to give the
name of the class that needs to create the directory.
java.lang.RuntimeException
- if we can not write in temporary directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |