Package net.sourceforge.jnlp.config
Class BasicValueValidators.RustCpValidator
java.lang.Object
net.sourceforge.jnlp.config.BasicValueValidators.RustCpValidator
- All Implemented Interfaces:
ValueValidator
- Enclosing class:
- BasicValueValidators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string describing possible values in human-readable form that thisValueValidatoracceptsvoidThis method checks if the given object is a valid value for this specificValueValidator.
-
Constructor Details
-
RustCpValidator
public RustCpValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidatorThis method checks if the given object is a valid value for this specificValueValidator. Any arbitrary operation can be performed to ensure that the value is valid.- Specified by:
validatein interfaceValueValidator- Parameters:
value- The object to validate- Throws:
IllegalArgumentException- if the value is invalid
-
getPossibleValues
Description copied from interface:ValueValidatorReturns a string describing possible values in human-readable form that thisValueValidatoraccepts- Specified by:
getPossibleValuesin interfaceValueValidator- Returns:
- a string describing possible values that this
ValueValidatoraccepts
-