Class URIUtils
- java.lang.Object
-
- org.apache.syncope.core.provisioning.api.utils.URIUtils
-
public final class URIUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URIbuildForConnId(String location)Build a valid URI out of the given location.
-
-
-
Method Detail
-
buildForConnId
public static URI buildForConnId(String location) throws URISyntaxException
Build a valid URI out of the given location. Only "file", "connid" and "connids" schemes are allowed.- Parameters:
location- the candidate location for URI- Returns:
- valid URI for the given location
- Throws:
URISyntaxException- if the given location does not correspond to a valid URI
-
-