Package | Description |
---|---|
org.openstreetmap.josm.data.validation.routines |
This package contains independant validation routines adapted from Apache Commons Validator 1.5.0.
|
Modifier and Type | Field and Description |
---|---|
private static UrlValidator |
UrlValidator.DEFAULT_URL_VALIDATOR
Singleton instance of this class with default schemes and options.
|
Modifier and Type | Method and Description |
---|---|
static UrlValidator |
UrlValidator.getInstance()
Returns the singleton instance of this class with default schemes and options.
|