final class VfsSchemeResourceFinderFactory extends java.lang.Object implements UriSchemeResourceFinderFactory
| Modifier and Type | Class and Description |
|---|---|
private static class |
VfsSchemeResourceFinderFactory.VfsResourceFinder |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<java.lang.String> |
SCHEMES |
| Constructor and Description |
|---|
VfsSchemeResourceFinderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResourceFinder |
create(java.net.URI uri,
boolean recursive)
Create new
ResourceFinder for a given resource URI. |
java.util.Set<java.lang.String> |
getSchemes()
Get the set of supported URI schemes.
|
public java.util.Set<java.lang.String> getSchemes()
UriSchemeResourceFinderFactorygetSchemes in interface UriSchemeResourceFinderFactorypublic ResourceFinder create(java.net.URI uri, boolean recursive)
UriSchemeResourceFinderFactoryResourceFinder for a given resource URI.create in interface UriSchemeResourceFinderFactoryuri - resource URI.recursive - defines whether a resource finder should recursively scan any recognized sub-resource
URIs (value of true) or not (value of false).