Uses of Interface
org.codehaus.groovy.control.HasCleanup

Packages that use HasCleanup
org.codehaus.groovy.control   
org.codehaus.groovy.control.io   
 

Uses of HasCleanup in org.codehaus.groovy.control
 

Classes in org.codehaus.groovy.control that implement HasCleanup
 class Janitor
          An agent that can be used to defer cleanup operations to a later time.
 

Methods in org.codehaus.groovy.control with parameters of type HasCleanup
 void Janitor.register(HasCleanup object)
           
 

Uses of HasCleanup in org.codehaus.groovy.control.io
 

Subinterfaces of HasCleanup in org.codehaus.groovy.control.io
 interface ReaderSource
          An interface for things that can supply (and resupply) a Reader on a source stream.
 

Classes in org.codehaus.groovy.control.io that implement HasCleanup
 class AbstractReaderSource
          For ReaderSources that can choose a parent class, a base that provides common functionality.
 class FileReaderSource
          A ReaderSource for source files.
 class InputStreamReaderSource
          A ReaderSource for source strings.
 class StringReaderSource
          A ReaderSource for source strings.
 class URLReaderSource
          A ReaderSource for source files.
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.