public final class PatternConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static PatternConfiguration |
IPV4_CONFIGURATION
Configuration for IPv6 address patterns.
|
static PatternConfiguration |
IPV6_CONFIGURATION
Configuration for IPv6 address patterns.
|
| Constructor and Description |
|---|
PatternConfiguration(int nbComponents,
int minValue,
int maxValue,
char compSeparator,
String valuePrefix)
Initialize this pattern configuration with the specified values.
|
public static final PatternConfiguration IPV4_CONFIGURATION
public static final PatternConfiguration IPV6_CONFIGURATION
public PatternConfiguration(int nbComponents,
int minValue,
int maxValue,
char compSeparator,
String valuePrefix)
nbComponents - the number of components in the address.minValue - the minimum value of a component.maxValue - the maximum value of a component.compSeparator - the separator for the components of an address.valuePrefix - the prefix indicating in which base the numbers are represented, i.e. "" for decimal, "0X" for hexadecimal.Copyright © 2005-2012 JPPF Team.