hudson.plugins.analysis.util
Interface Validator

All Known Implementing Classes:
EncodingValidator, ThresholdValidator, TrendReportHeightValidator

public interface Validator

Validator for string values.

Author:
Ulli Hafner

Method Summary
 hudson.util.FormValidation check(String value)
          Validates the specified value.
 

Method Detail

check

hudson.util.FormValidation check(String value)
                                 throws hudson.util.FormValidation
Validates the specified value. If the value is not valid then a FormValidation exception must be thrown.

Parameters:
value - the value to validate
Returns:
a positive FormValidation object
Throws:
hudson.util.FormValidation - if the encoding is not valid


Copyright © 2004-2012 Hudson. All Rights Reserved.