Package | Description |
---|---|
org.jboss.as.controller.operations.validation | |
org.jboss.as.domain.management.audit.validators | |
org.jboss.as.logging.validators |
Modifier and Type | Class and Description |
---|---|
class |
BytesValidator
Validates that a parameter is a byte[] of an acceptable length.
|
class |
EnumValidator<E extends Enum<E>>
ParameterValidator that validates the value is a string matching
one of the Enum types. |
class |
InetAddressValidator
Validates that the given parameter is a string that can be converted into an InetAddress.
|
class |
IntRangeValidator
Validates that the given parameter is an int in a given range.
|
class |
ListValidator
Validates parameters of type
ModelType.LIST . |
class |
LongRangeValidator
Validates that the given parameter is a long in a given range.
|
class |
MapValidator
Validates parameters of type
ModelType.OBJECT . |
class |
MaskedAddressValidator
Validates that the given parameter is a string that can be converted into a masked InetAddress.
|
class |
MulticastAddressValidator
Validates that a value can resolve to a multicast address.
|
class |
ObjectTypeValidator
Date: 16.11.2011
|
class |
PropertyValidator |
class |
StringBytesLengthValidator
Validates that the given parameter is a string of an allowed length in bytes.
|
class |
StringLengthValidator
Validates that the given parameter is a string of an allowed length.
|
class |
TimeUnitValidator
ParameterValidator that validates the value is a string matching one of the TimeUnit names. |
class |
URIValidator
A
ParameterValidator to verify that a parameter is a correctly formed URI. |
Modifier and Type | Class and Description |
---|---|
class |
SizeValidator
Date: 07.11.2011
|
class |
SuffixValidator |
Modifier and Type | Class and Description |
---|---|
class |
FileValidator
Validates the
file attribute. |
class |
LogLevelValidator
Checks the value to see if it's a valid
Level . |
class |
RegexValidator
A validator that accepts a pattern to test the {@link org.jboss.dmr.ModelNode#asString() string value parameter.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.