JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.groovy.control
Interface HasCleanup
All Known Subinterfaces:
ReaderSource
All Known Implementing Classes:
AbstractReaderSource
,
FileReaderSource
,
InputStreamReaderSource
,
Janitor
,
StringReaderSource
,
URLReaderSource
public interface
HasCleanup
An interface for things that need to be cleaned up after operations complete.
Author:
Chris Poirier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cleanup
()
Method Detail
cleanup
void cleanup()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method