VASSAL.configure
Class CompoundValidityChecker

java.lang.Object
  |
  +--VASSAL.configure.CompoundValidityChecker
All Implemented Interfaces:
ValidityChecker

public class CompoundValidityChecker
extends java.lang.Object
implements ValidityChecker

Combines multiple instances of ValidityChecker


Constructor Summary
CompoundValidityChecker(ValidityChecker checker1, ValidityChecker checker2)
           
 
Method Summary
 CompoundValidityChecker append(ValidityChecker checker)
           
 void validate(Buildable target, ValidationReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundValidityChecker

public CompoundValidityChecker(ValidityChecker checker1,
                               ValidityChecker checker2)
Method Detail

append

public CompoundValidityChecker append(ValidityChecker checker)

validate

public void validate(Buildable target,
                     ValidationReport report)
Specified by:
validate in interface ValidityChecker