Package | Description |
---|---|
org.jboss.logging.processor.validation |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractFormatPart
Abstract class that only implements Comparable for convenience.
|
(package private) class |
MessageFormatPart
The parameter portion of the a
MessageFormat . |
(package private) class |
StringFormatPart
The parameter part of a format for
Formatter . |
(package private) class |
StringPart
Represents the string portions of a format string.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<FormatPart> |
MessageFormatValidator.formatParts |
private java.util.Set<FormatPart> |
StringFormatValidator.formatParts |
Modifier and Type | Method and Description |
---|---|
int |
AbstractFormatPart.compareTo(FormatPart other) |