public final class ResourceUtils extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isValidResourceURI(URI resourceURI) |
Returns
true if the specified resource URI is valid. |
public static boolean isValidResourceURI(URI resourceURI)
true if the specified resource URI is valid.resourceURI - The resource URI. Must not be null.true if the resource URI is valid, false if
the URI is not absolute or has a query or fragment.Copyright © 2018 Connect2id Ltd.. All rights reserved.