UriUtil
@Deprecated public final class UriUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
hasScheme(CharSequence uri)
Deprecated.
Determine if a URI string has a
scheme component. |
public static boolean hasScheme(CharSequence uri)
scheme
component.uri
- The URI to testtrue
if a scheme is present, otherwise {code @false}Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.