@MustImplementEqualsAndHashcode public interface IWritableResource extends IHasOutputStreamAndWriter, IResourceBase
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
getWritableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
getWritergetOutputStreamexists, getAsFile, getAsURL, getPath, getResourceID@Nonnull IWritableResource getWritableCloneForPath(@Nonnull String sPath)
sPath - The new path to use. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.