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, summaryMessagestatic final NoFormatValidator INSTANCE
public int argumentCount()
FormatValidatorpublic java.lang.String format()
FormatValidatorpublic boolean isValid()
FormatValidatortrue of the format is valid, otherwise false.true of the format is valid, otherwise false.