|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Validator | Interface for parsing a label. |
Class Summary | |
---|---|
LabelValidator | Class to parse a label. |
PartialLabelValidator | Class to parse a partial label. |
ValidationRecord | Class that can be used to save the results of a validation run. |
ValidatorFactory | Class to be used to determine what type of label parser to use (either a partial or full label). |
Exception Summary | |
---|---|
UnknownLabelStatusException | |
ValidatorException |
This package contains classes that will perform the validation step for the Validation Tool.
The ValidationFactory class determines what type of parser to use during the validation step. If a partial label has been found and the partial label validation feature was turned on via the command-line, then the factory will call the parser's parsePartial method to perform validation. Otherwise, the default parser will be used.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |