public final class IPv6Attribute extends AbstractFormatAttribute
ipv6 format attribute.
This uses Guava's InetAddresses to do the job.
| Modifier and Type | Method and Description |
|---|---|
static FormatAttribute |
getInstance() |
void |
validate(ProcessingReport report,
ValidationData data)
Validate the instance against this format attribute
|
newMsg, supportedTypespublic static FormatAttribute getInstance()
public void validate(ProcessingReport report, ValidationData data) throws ProcessingException
FormatAttributereport - the report to usedata - the validation dataProcessingException - an exception occurs (normally, never for a
format attribute)Copyright © 2013. All Rights Reserved.