public class ReservedCharValidator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReservedCharValidator.ReservedCharException |
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
static void |
validate(String str) |
static void |
validate(String str,
Pattern pattern) |
static void |
validateLocales(Iterable<String> strIterable) |
public static void validate(String str, Pattern pattern) throws ReservedCharValidator.ReservedCharException
public static void validate(String str)
Copyright © 2021 JBoss by Red Hat. All rights reserved.