Class Janitor

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

public class Janitor
extends Object
implements HasCleanup
An agent that can be used to defer cleanup operations to a later time. Users much implement the HasCleanup interface.
  • Constructor Details

    • Janitor

      public Janitor()
  • Method Details

    • register

      public void register​(HasCleanup object)
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface HasCleanup