Class QueryLoader
- java.lang.Object
-
- org.gcube.resourcemanagement.support.server.gcube.queries.QueryLoader
-
public class QueryLoader extends Object
Resource_support utility to load at runtime the customized queries to submit to the IS.- Author:
- Daniele Strollo, Massimiliano Assante (ISTI-CNR)
-
-
Constructor Summary
Constructors Constructor Description QueryLoader()
-
-
-
Method Detail
-
getQuery
public static String getQuery(QueryLocation query) throws Exception
- Parameters:
query- the location of query file to load- Returns:
- the string consisting of the xquery to submit to the server
- Throws:
Exception
-
-