| Package | Description |
|---|---|
| com.phloc.commons.io | |
| com.phloc.commons.io.resource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadableResource
Base interface for an abstract readable resource.
|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
interface |
IWritableResource
Base interface for an abstract writable resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
Wraps a class path object as a readable resource.
|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file system
objects. |
class |
URLResource
Implementation of the
IReadableResource interface for URL objects. |
Copyright © 2006–2014 phloc systems. All rights reserved.