Class UriValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.UriValidator
- All Implemented Interfaces:
ValueValidator
Validates a value list for compliance with a URI (RFC 2616).
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UriValidator
public UriValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
uri
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-