Class YasmeenFileTools
- java.lang.Object
-
- org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils.YasmeenFileTools
-
public class YasmeenFileTools extends Object
-
-
Constructor Summary
Constructors Constructor Description YasmeenFileTools()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcallYasmeen(String command)static MatcherOutputgetYasmeenMatcherOutput(String sandboxFolder, String filename)static MatcherInputgetYasmeenParserOutput(String sandboxFolder, String filename)static voidwriteYasmeenMatcherInput(String sandboxFolder, String filename, String parserName, MatcherInput input)Deprecated.static voidwriteYasmeenParserInput(String sandboxFolder, String filename, List<String> rawNames)
-
-
-
Method Detail
-
getYasmeenParserOutput
public static MatcherInput getYasmeenParserOutput(String sandboxFolder, String filename) throws Exception
- Throws:
Exception
-
getYasmeenMatcherOutput
public static MatcherOutput getYasmeenMatcherOutput(String sandboxFolder, String filename) throws Exception
- Throws:
Exception
-
writeYasmeenParserInput
public static void writeYasmeenParserInput(String sandboxFolder, String filename, List<String> rawNames) throws Exception
- Throws:
Exception
-
writeYasmeenMatcherInput
@Deprecated public static void writeYasmeenMatcherInput(String sandboxFolder, String filename, String parserName, MatcherInput input) throws Exception
Deprecated.- Throws:
Exception
-
-