Uses of Interface
org.codehaus.waffle.monitor.ValidationMonitor

Packages that use ValidationMonitor
org.codehaus.waffle   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.monitor   
org.codehaus.waffle.validation   
 

Uses of ValidationMonitor in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ValidationMonitor
 ValidationMonitor ComponentRegistry.getValidationMonitor()
           
 

Uses of ValidationMonitor in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return ValidationMonitor
 ValidationMonitor PicoComponentRegistry.getValidationMonitor()
           
 

Uses of ValidationMonitor in org.codehaus.waffle.monitor
 

Classes in org.codehaus.waffle.monitor that implement ValidationMonitor
 class AbstractWritingMonitor
          Abstract implementation of Monitor that delegates writing to concrete subclasses.
 class CommonsLoggingMonitor
          Writing monitor that uses Commons-Logging to log events
 class ConsoleMonitor
          Writing monitor that write events to console.
 class SilentMonitor
          SilentMonitor is a writing monitor that writes nothing.
 

Uses of ValidationMonitor in org.codehaus.waffle.validation
 

Constructors in org.codehaus.waffle.validation with parameters of type ValidationMonitor
DefaultValidator(ValidationMonitor validationMonitor)
           
DefaultValidator(ValidatorConfiguration validatorConfiguration, ValidationMonitor validationMonitor)
           
 



Copyright © 2008. All Rights Reserved.