|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.control.Janitor
public class Janitor extends Object
An agent that can be used to defer cleanup operations to a later time. Users much implement the HasCleanup interface.
Method Summary | |
---|---|
void
|
cleanup()
|
void
|
register(HasCleanup object)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public void cleanup()
public void register(HasCleanup object)
Copyright © 2003-2013 The Codehaus. All rights reserved.