|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.util.files.TmpDirMgr
public class TmpDirMgr
Class creates simple manager for temporary directories
| Constructor Summary | |
|---|---|
TmpDirMgr()
Creates temporary directory manager. |
|
TmpDirMgr(File baseDir)
Creates temporary directory manager |
|
TmpDirMgr(String baseDirPath)
Creates temporary directory manager |
|
| Method Summary | |
|---|---|
void |
clearBaseDir()
Tries to clear base dir |
File |
createNewTmpDir()
Creates new temporary directory |
File |
createNewTmpDir(String subdir)
Creates new temporary directory with one subdirectory |
File |
getBaseDir()
Returns base directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TmpDirMgr()
public TmpDirMgr(String baseDirPath)
baseDirPath - Path to base dir selected for temporary resourcespublic TmpDirMgr(File baseDir)
baseDir - File object representing base dir selected for temporary
resources| Method Detail |
|---|
public void clearBaseDir()
public File createNewTmpDir()
public File createNewTmpDir(String subdir)
subdir - Subdirectory name
public File getBaseDir()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||