Package org.geotools.validation.dto

Data Transfer Objects for use with the ValidationProcessor.

See:
          Description

Class Summary
ArgumentDTO ArgumentConfig purpose.
PlugInDTO PlugInConfig purpose.
TestDTO TestConfig purpose.
TestSuiteDTO TestSuiteConfig purpose.
 

Package org.geotools.validation.dto Description

Data Transfer Objects for use with the ValidationProcessor.

The Validation Processor set up is provided using Data Transfer Objects from this package. Both the initial loading the initial XML configuration files and the dynamic configuraiton systems are handled using these objects.

The use of Data Transfer Objects allows the Validation package to not depend on either the Persistence Method or the Dyanmic Configuration System.