@Immutable public class ValidationConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
ValidationConfiguration(ValidationKey aValidationKey,
List<IValidationArtefact> aValidationArtefacts) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<IValidationArtefact> |
getAllValidationArtefacts() |
ValidationKey |
getValidationKey() |
String |
toString() |
public ValidationConfiguration(@Nonnull ValidationKey aValidationKey, @Nonnull @Nonempty List<IValidationArtefact> aValidationArtefacts)
aValidationKey - The validation key to be used. May not be null.aValidationArtefacts - The validation artefacts to be used in this particular order. May
neither be null nor empty nor may it contain
null elements.@Nonnull public ValidationKey getValidationKey()
null.@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<IValidationArtefact> getAllValidationArtefacts()
null nor empty nor does it
contain null documents.Copyright © 2016 Philip Helger. All rights reserved.