Constructor and Description |
---|
StringNotEmptyValidator(String errorMessageFormat)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getErrorMessage(String value) |
hudson.util.FormValidation |
validate(String value,
P param)
Validates the given value.
|
public StringNotEmptyValidator(String errorMessageFormat)
errorMessageFormat
- error message format. When error message is created, it uses
MessageFormat.format(String, Object...)
method to
generate actual message. Value is passed as a parameter.Copyright © 2018–2022 Agiletestware. All rights reserved.