|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.reprap.utilities.RrDeleteOnExit
public class RrDeleteOnExit
Gets round the fact that Java DeleteOnExit() doesn't do it in the right order.
Field Summary | |
---|---|
private java.util.ArrayList<java.io.File> |
toDelete
|
Constructor Summary | |
---|---|
RrDeleteOnExit()
|
Method Summary | |
---|---|
void |
add(java.io.File f)
|
protected void |
finalize()
|
void |
killThem()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.ArrayList<java.io.File> toDelete
Constructor Detail |
---|
public RrDeleteOnExit()
Method Detail |
---|
public void add(java.io.File f)
public void killThem()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |