Groovy 2.2.0

org.codehaus.groovy.control
[Java] Class Janitor

java.lang.Object
  org.codehaus.groovy.control.Janitor
All Implemented Interfaces:
HasCleanup

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.

Authors:
Chris Poirier
Version:
\$Id\$


Method Summary
void cleanup()

void register(HasCleanup object)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

cleanup

public void cleanup()


register

public void register(HasCleanup object)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.