| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| com.helger.commons.io.resourceprovider | |
| com.helger.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 | Class and Description |
|---|---|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file
system objects. |
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
IWritableResource.getWritableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
WritableResourceProviderChain.getWritableResource(String sName) |
IWritableResource |
IWritableResourceProvider.getWritableResource(String sName)
Get the resource specified by the given name for writing.
|
IWritableResource |
FileSystemResourceProvider.getWritableResource(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStreamResult |
TransformResultFactory.create(IWritableResource aResource) |
| Constructor and Description |
|---|
ResourceStreamResult(IWritableResource aResource) |
Copyright © 2014–2015 Philip Helger. All rights reserved.