public class StandardUriInfoFactory extends Object implements UriInfoFactory
Modifier and Type | Field and Description |
---|---|
static String |
JDBC_PREFIX |
Constructor and Description |
---|
StandardUriInfoFactory() |
public static final String JDBC_PREFIX
public UriInfo createUri(String scheme, String host, int port, String username, String password, String path)
UriInfoFactory
UriInfo
based on explicit components of the URIcreateUri
in interface UriInfoFactory
UriInfo
public UriInfo createUri(String uriString)
UriInfoFactory
UriInfo
based on a URI stringcreateUri
in interface UriInfoFactory
uriString
- the URI string to parseUriInfo