Class Queries
- java.lang.Object
-
- org.gcube.application.geoportal.client.utils.Queries
-
public class Queries extends Object
-
-
Constructor Summary
Constructors Constructor Description Queries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.application.geoportal.common.model.rest.QueryRequestparse(String json)static org.gcube.application.geoportal.common.model.rest.QueryRequestread(InputStream is)static org.gcube.application.geoportal.common.model.rest.QueryRequestreadFile(File jsonFile)static org.gcube.application.geoportal.common.model.rest.QueryRequestreadPath(String jsonFilePath)
-
-
-
Method Detail
-
parse
public static org.gcube.application.geoportal.common.model.rest.QueryRequest parse(String json) throws IOException
- Throws:
IOException
-
readPath
public static org.gcube.application.geoportal.common.model.rest.QueryRequest readPath(String jsonFilePath) throws IOException
- Throws:
IOException
-
readFile
public static org.gcube.application.geoportal.common.model.rest.QueryRequest readFile(File jsonFile) throws IOException
- Throws:
IOException
-
read
public static org.gcube.application.geoportal.common.model.rest.QueryRequest read(InputStream is) throws IOException
- Throws:
IOException
-
-