public class UriValidator extends Object
| Constructor and Description |
|---|
UriValidator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUri(String potentialUri)
Checks if the
potentialUri is a URI. |
public static boolean isUri(String potentialUri)
potentialUri is a URI.potentialUri - The URI to check.true if it is a URI, false otherwise.Copyright © 2010–2015. All rights reserved.