Class ParseUri
java.lang.Object
com.google.refine.expr.functions.strings.ParseUri
- All Implemented Interfaces:
Function
Parse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path,
query, fragment, host, port.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseUri
public ParseUri()
-
-
Method Details
-
call
-
getDescription
- Specified by:
getDescriptionin interfaceFunction
-
getParams
-
getReturns
- Specified by:
getReturnsin interfaceFunction
-