Package io.operon.camel.util
Class QueryLoadUtil
- java.lang.Object
-
- io.operon.camel.util.QueryLoadUtil
-
public class QueryLoadUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryLoadUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringloadModuleFile(String moduleFile)static StringloadQueryFile(String queryFile)
-
-
-
Method Detail
-
loadQueryFile
public static String loadQueryFile(String queryFile) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
loadModuleFile
public static String loadModuleFile(String moduleFile) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
-