| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
checkArgumentValid(URI tag)
Ensures that the given URI is a valid resource tag.
|
public static URI checkArgumentValid(@Nonnull URI tag)
Primarily this ensures that the given URI is absolute and does not contain a fragment.
tag - The tag to validate.NullPointerException - if the given tag is null.IllegalArgumentException - if the given URI is not a valid SURF tag.Copyright © 2007–2017 GlobalMentor, Inc.. All rights reserved.