Uses of Class
org.apache.commons.pipeline.validation.ValidationFailure.Type

Packages that use ValidationFailure.Type
org.apache.commons.pipeline.validation Utilities for validating stage connectivity within a pipeline. 
 

Uses of ValidationFailure.Type in org.apache.commons.pipeline.validation
 

Methods in org.apache.commons.pipeline.validation that return ValidationFailure.Type
 ValidationFailure.Type ValidationFailure.getType()
          Type identifying what sort of problem was encountered
static ValidationFailure.Type ValidationFailure.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationFailure.Type[] ValidationFailure.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.commons.pipeline.validation with parameters of type ValidationFailure.Type
ValidationFailure(ValidationFailure.Type type, String message, Stage upstream, Stage downstream)
          Creates a new instance of ValidationError
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.