Uses of Interface
net.sourceforge.jnlp.config.ValueValidator
Packages that use ValueValidator
-
Uses of ValueValidator in net.sourceforge.jnlp.config
Classes in net.sourceforge.jnlp.config that implement ValueValidatorMethods in net.sourceforge.jnlp.config that return ValueValidatorModifier and TypeMethodDescriptionstatic ValueValidator
BasicValueValidators.getBooleanValidator()
static ValueValidator
BasicValueValidators.getBrowserPathValidator()
static ValueValidator
BasicValueValidators.getFilePathValidator()
static ValueValidator
BasicValueValidators.getManifestAttributeCheckValidator()
static ValueValidator
BasicValueValidators.getMultipleStringValidator
(String[] singleValues, String[] comboValues) Returns aValueValidator
that checks if an object is a string from one of the provided single option Strings or a combination from the provided combination Strings.static ValueValidator
BasicValueValidators.getRangedIntegerValidator
(int low, int high) Returns aValueValidator
that checks if an object represents a valid integer (it is a Integer or Long or a String representation of one), within the given range.static ValueValidator
BasicValueValidators.getStringValidator
(String[] validValues) Returns aValueValidator
that checks if an object is a string from one of the provided Strings.static ValueValidator
BasicValueValidators.getUrlValidator()
Setting.getValidator()
Constructors in net.sourceforge.jnlp.config with parameters of type ValueValidator