| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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-2011 The Codehaus. All rights reserved.