| Package | Description |
|---|---|
| com.phloc.commons.io | |
| com.phloc.commons.io.resource | |
| com.phloc.commons.io.resourceprovider | |
| com.phloc.commons.jaxb.utils | |
| com.phloc.commons.xml.transform |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
IWritableResource.getWritableCloneForPath(String sPath) |
IWritableResource |
IWritableResourceProvider.getWritableResource(String sName)
Get the resource specified by the given name for writing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file system
objects. |
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
WritableResourceProviderChain.getWritableResource(String sName) |
IWritableResource |
FileSystemResourceProvider.getWritableResource(String sName) |
| Modifier and Type | Method and Description |
|---|---|
ESuccess |
AbstractJAXBMarshaller.write(JAXBTYPE aObject,
IWritableResource aResource)
Write the passed object to an
IWritableResource. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStreamResult |
TransformResultFactory.create(IWritableResource aResource) |
| Constructor and Description |
|---|
ResourceStreamResult(IWritableResource aResource) |
Copyright © 2006–2015 phloc systems. All rights reserved.