@MustImplementEqualsAndHashcode public interface IReadableResourceProvider
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
getReadableResource(String sName)
Get the resource specified by the given name for reading.
|
boolean |
supportsReading(String sName)
Check if this resource provider can handle the resource with the passed
name.
|
boolean supportsReading(@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 IReadableResource getReadableResource(@Nonnull String sName)
sName - The name of the resource to resolve.null.Copyright © 2006–2014 phloc systems. All rights reserved.