org.apache.maven.continuum.web.validator
Class CronExpressionValidator

java.lang.Object
  extended by com.opensymphony.xwork2.validator.validators.ValidatorSupport
      extended by org.apache.maven.continuum.web.validator.CronExpressionValidator
All Implemented Interfaces:
com.opensymphony.xwork2.validator.ShortCircuitableValidator, com.opensymphony.xwork2.validator.Validator

public class CronExpressionValidator
extends com.opensymphony.xwork2.validator.validators.ValidatorSupport

Validator class for the cron expression in the continuum schedules.


Field Summary
 
Fields inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
defaultMessage, log, messageKey
 
Constructor Summary
CronExpressionValidator()
           
 
Method Summary
 void validate(Object object)
           
 
Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
addActionError, addFieldError, conditionalParse, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getMessageParameters, getParse, getValidatorContext, getValidatorType, isShortCircuit, setDefaultMessage, setMessageKey, setMessageParameters, setParse, setShortCircuit, setValidatorContext, setValidatorType, setValueStack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronExpressionValidator

public CronExpressionValidator()
Method Detail

validate

public void validate(Object object)
              throws com.opensymphony.xwork2.validator.ValidationException
Throws:
com.opensymphony.xwork2.validator.ValidationException


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.