Class IPv4AddressCheck

  • All Implemented Interfaces:
    java.io.Serializable, net.sf.oval.Check, net.sf.oval.configuration.annotation.AnnotationCheck<IPv4Address>

    public class IPv4AddressCheck
    extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv4Address>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(IPv4Address ipv4Address)  
      boolean isSatisfied​(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)  
      • Methods inherited from class net.sf.oval.AbstractCheck

        createMessageVariables, getAppliesTo, getAppliesToDefault, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, requireMessageVariablesRecreation, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.sf.oval.Check

        getAppliesTo, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
    • Constructor Detail

      • IPv4AddressCheck

        public IPv4AddressCheck()
    • Method Detail

      • configure

        public void configure​(IPv4Address ipv4Address)
        Specified by:
        configure in interface net.sf.oval.configuration.annotation.AnnotationCheck<IPv4Address>
        Overrides:
        configure in class net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv4Address>
      • isSatisfied

        public boolean isSatisfied​(java.lang.Object validatedObject,
                                   java.lang.Object value,
                                   net.sf.oval.context.OValContext context,
                                   net.sf.oval.Validator validator)
                            throws net.sf.oval.exception.OValException
        Throws:
        net.sf.oval.exception.OValException