Module inet.ipaddr
Package inet.ipaddr

Class IPAddressStringParameters

java.lang.Object
inet.ipaddr.AddressStringParameters
inet.ipaddr.IPAddressStringParameters
All Implemented Interfaces:
Serializable, Cloneable, Comparable<IPAddressStringParameters>

public class IPAddressStringParameters extends AddressStringParameters implements Comparable<IPAddressStringParameters>
This class allows you to control the validation performed by the class IPAddressString. The IPAddressString class uses a default permissive IPAddressStringParameters instance when you do not specify one. If you wish to use parameters different from the default, then use this class. All instances are immutable and must be constructed with the nested Builder class.
Author:
sfoley
See Also: