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 thisValueValidator
acceptsvoid
This 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:ValueValidator
This 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:
validate
in interfaceValueValidator
- Parameters:
value
- The object to validate- Throws:
IllegalArgumentException
- if the value is invalid
-
getPossibleValues
Description copied from interface:ValueValidator
Returns a string describing possible values in human-readable form that thisValueValidator
accepts- Specified by:
getPossibleValues
in interfaceValueValidator
- Returns:
- a string describing possible values that this
ValueValidator
accepts
-