Class ParseUri
- java.lang.Object
-
- org.openrefine.expr.functions.strings.ParseUri
-
- All Implemented Interfaces:
Serializable
,Function
public class ParseUri extends Object implements Function
Parse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseUri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
call(Properties bindings, Object[] args)
Computes the value of the function on the given argumentsString
getDescription()
String
getParams()
String
getReturns()
-
-
-
Method Detail
-
call
public Object call(Properties bindings, Object[] args)
Description copied from interface:Function
Computes the value of the function on the given arguments
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceFunction
-
getReturns
public String getReturns()
- Specified by:
getReturns
in interfaceFunction
-
-