@Address(value="/subsystem=jca/archive-validation=archive-validation") @Implicit public class ArchiveValidation<T extends ArchiveValidation<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ArchiveValidation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
enabled()
Specify whether archive validation is enabled
|
T |
enabled(Boolean value)
Specify whether archive validation is enabled
|
Boolean |
failOnError()
Should an archive validation error report fail the deployment
|
T |
failOnError(Boolean value)
Should an archive validation error report fail the deployment
|
Boolean |
failOnWarn()
Should an archive validation warning report fail the deployment
|
T |
failOnWarn(Boolean value)
Should an archive validation warning report fail the deployment
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="enabled") public Boolean enabled()
@ModelNodeBinding(detypedName="fail-on-error") public Boolean failOnError()
public T failOnError(Boolean value)
@ModelNodeBinding(detypedName="fail-on-warn") public Boolean failOnWarn()
Copyright © 2016 JBoss by Red Hat. All rights reserved.