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 ValueValidatorBasicValueValidators.getBooleanValidator()static ValueValidatorBasicValueValidators.getBrowserPathValidator()static ValueValidatorBasicValueValidators.getFilePathValidator()static ValueValidatorBasicValueValidators.getManifestAttributeCheckValidator()static ValueValidatorBasicValueValidators.getMultipleStringValidator(String[] singleValues, String[] comboValues) Returns aValueValidatorthat checks if an object is a string from one of the provided single option Strings or a combination from the provided combination Strings.static ValueValidatorBasicValueValidators.getRangedIntegerValidator(int low, int high) Returns aValueValidatorthat 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 ValueValidatorBasicValueValidators.getStringValidator(String[] validValues) Returns aValueValidatorthat checks if an object is a string from one of the provided Strings.static ValueValidatorBasicValueValidators.getUrlValidator()Setting.getValidator()Constructors in net.sourceforge.jnlp.config with parameters of type ValueValidator