|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.util.cache.TempFileCache
public class TempFileCache
Constructor Summary | |
---|---|
TempFileCache()
|
Method Summary | |
---|---|
File |
getBaseDir()
Base temp directory used by TempFileCache. |
File |
getRootDir()
Root temp directory for this JVM instance. |
File |
getTempDir()
Temporary directory for individual files (eg. |
static boolean |
initSingleton()
Documented way to kick off static initialization |
boolean |
isValid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempFileCache()
Method Detail |
---|
public static boolean initSingleton()
public boolean isValid()
public File getBaseDir()
public File getRootDir()
public File getTempDir()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |