Package org.frankframework.validation
Class RootValidations
java.lang.Object
org.frankframework.validation.RootValidations
- All Implemented Interfaces:
Iterable<RootValidation>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRootValidations
(String... rootElement) RootValidations
(RootValidation rootValidation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
add
(RootValidation rootValidation) void
check
(IConfigurationAware source, Set<IXSD> xsds) boolean
contains
(RootValidation rootValidation) iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
RootValidations
public RootValidations() -
RootValidations
-
RootValidations
-
-
Method Details
-
check
-
add
-
add
-
iterator
- Specified by:
iterator
in interfaceIterable<RootValidation>
-
contains
-