Class XmlValidatorDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlValidatorDS
- All Implemented Interfaces:
IReportingDS
,IValidatorDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a description of the component.getName()
This method returns the (type) name of the component.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the parameters of the component and add them to the visitor.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlValidatorDS
-
-
Method Details
-
getName
Description copied from interface:IValidatorDS
This method returns the (type) name of the component. The type name is usually used to identify the component.- Specified by:
getName
in interfaceIValidatorDS
- Returns:
- the (type) name of the component.
-
getDescription
Description copied from interface:IValidatorDS
This method returns a description of the component.- Specified by:
getDescription
in interfaceIValidatorDS
- Returns:
- Description of the component.
-
iterateParameters
Description copied from interface:IValidatorDS
This method should iterate over all the parameters of the component and add them to the visitor.- Specified by:
iterateParameters
in interfaceIValidatorDS
- Parameters:
visitor
- The visitor that should be used to add the parameters to.
-