|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasCleanup | |
|---|---|
| org.codehaus.groovy.control | Compiler control classes. |
| org.codehaus.groovy.control.io | Internal classes for Groovier Input/Output. |
| 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 potentially 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 hosted at a URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||