Searched defs:DeleteOnExit (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DDeleteOnExit.java26 * Implements the actual DeleteOnExit mechanism. Is registered as a shutdown
29 public class DeleteOnExit extends Thread { class in inherits:Thread
34 private static DeleteOnExit instance;
44 public static synchronized DeleteOnExit getInstance() {
46 instance = new DeleteOnExit();

Completed in 3 milliseconds