org.autoplot.datasource.InputVerifier

interface for verifying text values that must be parsed. This is currently used for validating timerange strings.


verify

verify( String value ) → boolean

return true if the string is valid for your application.

Parameters

value - the string value

Returns:

true if the string is valid,

[search for examples] [view on GitHub] [view on old javadoc] [view source]