@MustImplementEqualsAndHashcode public interface IWritableResourceProvider extends IReadableResourceProvider
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
getWritableResource(String sName)
Get the resource specified by the given name for writing.
|
boolean |
supportsWriting(String sName)
Check if this resource provider can handle the resource with the passed
name.
|
getReadableResource, supportsReadingboolean supportsWriting(@Nullable String sName)
true.sName - The name to check. May be null.true if the name is not null and can be
handled by this provider, false otherwise.@Nonnull IWritableResource getWritableResource(@Nonnull String sName)
sName - The name of the resource to resolve.null.Copyright © 2014–2015 Philip Helger. All rights reserved.