public abstract class AbstractUriHandler extends Object implements UriHandler
UriHandler| Constructor and Description |
|---|
AbstractUriHandler(String... schemes) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedSchemes()
Returns the supported schemes
|
boolean |
isSchemeSupported(String scheme)
Determine if the specified scheme is supported
|
public AbstractUriHandler(String... schemes)
public Set<String> getSupportedSchemes()
UriHandlergetSupportedSchemes in interface UriHandlerpublic boolean isSchemeSupported(String scheme)
UriHandlerisSchemeSupported in interface UriHandlerscheme - URI schemeCopyright © 2015–2017 SDKLite. All rights reserved.