2.17.2: 2011-06-17

net.sf.basedb.util.overview.validator
Class ExtractValidator

java.lang.Object
  extended by net.sf.basedb.util.overview.validator.BasicNodeValidator<I>
      extended by net.sf.basedb.util.overview.validator.NameableNodeValidator<Extract>
          extended by net.sf.basedb.util.overview.validator.ExtractValidator
All Implemented Interfaces:
NodeValidator<Extract>

public class ExtractValidator
extends NameableNodeValidator<Extract>

Validator implementation for extracts. Validation rules:

Version:
2.10
Author:
Nicklas
Last modified
$Date: 2009-02-16 20:29:47 +0100 (Mon, 16 Feb 2009) $

Constructor Summary
ExtractValidator()
           
 
Method Summary
protected  Fix getMissingItemFix(Node parentNode)
          The suggested fix is to add a parent extract to the labled extract or one or more extracts to the pooled extract.
 
Methods inherited from class net.sf.basedb.util.overview.validator.NameableNodeValidator
postValidate
 
Methods inherited from class net.sf.basedb.util.overview.validator.BasicNodeValidator
getDeniedItemFix, postDeniedItem, postMissingItem, postValidateFolder, preDeniedItem, preMissingItem, preValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractValidator

public ExtractValidator()
Method Detail

getMissingItemFix

protected Fix getMissingItemFix(Node parentNode)
The suggested fix is to add a parent extract to the labled extract or one or more extracts to the pooled extract.

Specified by:
getMissingItemFix in class BasicNodeValidator<Extract>

2.17.2: 2011-06-17