public enum ValidateUtil extends Enum<ValidateUtil>
Modifier and Type | Method and Description |
---|---|
static void |
clearURIValidation() |
static void |
validateURI(String uri) |
static void |
validateURI(String assetFullName,
String uri) |
static ValidateUtil |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidateUtil[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static ValidateUtil[] values()
for (ValidateUtil c : ValidateUtil.values()) System.out.println(c);
public static ValidateUtil valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static void clearURIValidation()
public static void validateURI(String uri)
Copyright © 2021. All rights reserved.