Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationConfiguration11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ExecutableValidationType<T> |
ExecutableValidationType.enabled(Boolean enabled)
Sets the
enabled attribute |
ExecutableValidationType<ValidationConfigurationDescriptor> |
ValidationConfigurationDescriptor.getOrCreateExecutableValidation()
If not already created, a new
executable-validation element with the given value will be created. |
ExecutableValidationType<T> |
ExecutableValidationType.removeDefaultValidatedExecutableTypes()
Removes the
default-validated-executable-types element |
ExecutableValidationType<T> |
ExecutableValidationType.removeEnabled()
Removes the
enabled attribute |
Modifier and Type | Method and Description |
---|---|
DefaultValidatedExecutableTypesType<ExecutableValidationType<T>> |
ExecutableValidationType.getOrCreateDefaultValidatedExecutableTypes()
If not already created, a new
default-validated-executable-types element with the given value will be created. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.