Package org.codehaus.groovy.control
Class Janitor
java.lang.Object
org.codehaus.groovy.control.Janitor
- All Implemented Interfaces:
- HasCleanup
An agent that can be used to defer cleanup operations to
 a later time.  Users much implement the HasCleanup interface.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Janitorpublic Janitor()
 
- 
- 
Method Details- 
register
- 
cleanuppublic void cleanup()- Specified by:
- cleanupin interface- HasCleanup
 
 
-