Uses of Interface
net.sourceforge.jnlp.config.ValueValidator
-
Packages that use ValueValidator Package Description net.sourceforge.jnlp.config -
-
Uses of ValueValidator in net.sourceforge.jnlp.config
Classes in net.sourceforge.jnlp.config that implement ValueValidator Modifier and Type Class Description static classBasicValueValidators.RustCpValidatorMethods in net.sourceforge.jnlp.config that return ValueValidator Modifier and Type Method Description static ValueValidatorBasicValueValidators. getBooleanValidator()static ValueValidatorBasicValueValidators. getBrowserPathValidator()static ValueValidatorBasicValueValidators. getFilePathValidator()static ValueValidatorBasicValueValidators. getManifestAttributeCheckValidator()static ValueValidatorBasicValueValidators. getMultipleStringValidator(java.lang.String[] singleValues, java.lang.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(java.lang.String[] validValues)Returns aValueValidatorthat checks if an object is a string from one of the provided Strings.static ValueValidatorBasicValueValidators. getUrlValidator()ValueValidatorSetting. getValidator()Constructors in net.sourceforge.jnlp.config with parameters of type ValueValidator Constructor Description Setting(java.lang.String name, java.lang.String description, boolean locked, ValueValidator validator, T defaultValue, T value, java.lang.String source)Creates a new Settings object
-