Package org.codehaus.groovy.control
Class Janitor
java.lang.Object
org.codehaus.groovy.control.Janitor
- All Implemented Interfaces:
 HasCleanup
public class Janitor extends java.lang.Object implements HasCleanup
An agent that can be used to defer cleanup operations to
 a later time.  Users much implement the HasCleanup interface.
- 
Constructor Summary
Constructors Constructor Description Janitor() - 
Method Summary
Modifier and Type Method Description voidcleanup()voidregister(HasCleanup object)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
Janitor
public Janitor() 
 - 
 - 
Method Details
- 
register
 - 
cleanup
public void cleanup()- Specified by:
 cleanupin interfaceHasCleanup
 
 -