net.sf.composite.validate
Interface ComponentValidator

All Known Implementing Classes:
BaseCompositeValidator, SimpleComponentValidator

public interface ComponentValidator

Validates that the internal state of the given composite is valid.

Since:
Mar 11, 2005
Author:
Matt Sgarlata

Method Summary
 void validate(java.lang.Object composite)
          Validates that the internal state of the given composite is valid.
 

Method Detail

validate

void validate(java.lang.Object composite)
              throws ComponentValidationException
Validates that the internal state of the given composite is valid.

Parameters:
composite - the composite from which the components will be extracted
Throws:
ComponentValidationException - if the composite is not validation or validation could not be performed for some reason


Copyright © 2005-2008.