public interface TempResourceResolver
TempResourceURIGenerator.TMP_SCHEME
.Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream(String id)
Gets an temporary-output stream of a given identifier.
|
Resource |
getResource(String id)
Get a temporary-resource given the identifier pointing to said resource.
|
Resource getResource(String id) throws IOException
id
- the resource identifierIOException
- if an I/O error occured during resource acquisitionOutputStream getOutputStream(String id) throws IOException
id
- the output stream identifierIOException
- if an I/O error occured while creating an output streamCopyright © 2021 Apache Software Foundation. All rights reserved.