Create a new resource at the requested path using the provided InputStream. @param path The path to be used for the new Resource. It is relative to the root of the web application and must start with '/'. @param is The InputStream that will provide the content for t
(String path, InputStream is, boolean overwrite)
| 78 | * @return <code>true</code> if and only if the new Resource is written |
| 79 | */ |
| 80 | boolean write(String path, InputStream is, boolean overwrite); |
| 81 | |
| 82 | /** |
| 83 | * Sets the root for this resource set. |
no outgoing calls
no test coverage detected