|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.atunes.kernel.utils.TempFolder
public class TempFolder
The Class TempFolder.
| Constructor Summary | |
|---|---|
TempFolder()
|
|
| Method Summary | |
|---|---|
static java.io.File |
copyToTempFolder(java.io.File srcFile)
Copies a file to temp folder. |
static void |
removeAllFiles()
Removes all files from temp folder. |
static boolean |
removeFile(java.io.File tempFile)
Removes a file from temp folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TempFolder()
| Method Detail |
|---|
public static java.io.File copyToTempFolder(java.io.File srcFile)
srcFile - the src file
public static boolean removeFile(java.io.File tempFile)
tempFile - the temp file
public static void removeAllFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||