public interface TempResourceResolver
TempResourceURIGenerator.TMP_SCHEME
.Modifier and Type | Method | Description |
---|---|---|
java.io.OutputStream |
getOutputStream(java.lang.String id) |
Gets an temporary-output stream of a given identifier.
|
Resource |
getResource(java.lang.String id) |
Get a temporary-resource given the identifier pointing to said resource.
|
Resource getResource(java.lang.String id) throws java.io.IOException
id
- the resource identifierjava.io.IOException
- if an I/O error occured during resource acquisitionjava.io.OutputStream getOutputStream(java.lang.String id) throws java.io.IOException
id
- the output stream identifierjava.io.IOException
- if an I/O error occured while creating an output streamCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.