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 Objectcall(Properties bindings, Object[] args)Computes the value of the function on the given argumentsStringgetDescription()StringgetParams()StringgetReturns()
-
-
-
Method Detail
-
call
public Object call(Properties bindings, Object[] args)
Description copied from interface:FunctionComputes the value of the function on the given arguments
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceFunction
-
getReturns
public String getReturns()
- Specified by:
getReturnsin interfaceFunction
-
-