See: Description
| Interface | Description | 
|---|---|
| CloseableResource.Closer<T> | 
 A function that knows how to clean up after a resource. 
 | 
| Class | Description | 
|---|---|
| CloseableResource<T> | 
 An  
AutoCloseable that wraps a resource that needs to be cleaned up but does not implement
 AutoCloseable itself. | 
| PortableRunner | |
| PortableRunnerRegistrar | 
 Registrar for the poratble runner. 
 | 
| Exception | Description | 
|---|---|
| CloseableResource.CloseException | 
 An exception that wraps errors thrown while a resource is being closed. 
 |