final class NoFormatValidator extends AbstractFormatValidator
Modifier and Type | Field and Description |
---|---|
(package private) static NoFormatValidator |
INSTANCE |
Constructor and Description |
---|
NoFormatValidator() |
Modifier and Type | Method and Description |
---|---|
int |
argumentCount()
The number of arguments needed for the format.
|
java.lang.String |
format()
Returns the format string used for validation.
|
boolean |
isValid()
Returns
true of the format is valid, otherwise false . |
detailMessage, setDetailMessage, setDetailMessage, setSummaryMessage, setSummaryMessage, summaryMessage
static final NoFormatValidator INSTANCE
public int argumentCount()
FormatValidator
public java.lang.String format()
FormatValidator
public boolean isValid()
FormatValidator
true
of the format is valid, otherwise false
.true
of the format is valid, otherwise false
.