Class InetAddressValidator

java.lang.Object
org.jboss.as.controller.operations.validation.ModelTypeValidator
org.jboss.as.controller.operations.validation.InetAddressValidator
All Implemented Interfaces:
ParameterValidator

public class InetAddressValidator extends ModelTypeValidator
Validates that the given parameter is a string that can be converted into an InetAddress.
Author:
Brian Stansberry (c) 2011 Red Hat Inc.