Class SubnetValidator

All Implemented Interfaces:
MinMaxValidator, ParameterValidator

public class SubnetValidator extends StringLengthValidator
Validates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons Net
Author:
wangc based on work of @author rwinston@apache.org