|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.TemporaryDir
public class TemporaryDir
| Constructor Summary | |
|---|---|
TemporaryDir(File dir)
_more_ |
|
TemporaryDir(File dir,
int maxFiles,
long maxSize,
long maxAge)
_more_ |
|
TemporaryDir(String dir)
_more_ |
|
| Method Summary | |
|---|---|
List<File> |
findFilesToScour()
_more_ |
File |
getDir()
_more_ |
long |
getMaxAge()
Get the MaxAge property. |
int |
getMaxFiles()
Get the MaxFiles property. |
long |
getMaxSize()
Get the MaxBytes property. |
boolean |
getTouched()
Get the Touched property. |
boolean |
haveChanged()
_more_ |
void |
setMaxAge(long value)
Set the MaxAge property. |
void |
setMaxFiles(int value)
Set the MaxFiles property. |
void |
setMaxSize(long value)
Set the MaxBytes property. |
void |
setTouched(boolean value)
Set the Touched property. |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TemporaryDir(String dir)
dir - _more_public TemporaryDir(File dir)
dir - _more_
public TemporaryDir(File dir,
int maxFiles,
long maxSize,
long maxAge)
dir - _more_maxFiles - _more_maxSize - _more_maxAge - _more_| Method Detail |
|---|
public boolean haveChanged()
public String toString()
toString in class Objectpublic List<File> findFilesToScour()
public File getDir()
public void setMaxFiles(int value)
value - The new value for MaxFilespublic int getMaxFiles()
public void setMaxSize(long value)
value - The new value for MaxBytespublic long getMaxSize()
public void setMaxAge(long value)
value - The new value for MaxAgepublic long getMaxAge()
public void setTouched(boolean value)
value - The new value for Touchedpublic boolean getTouched()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||