Package com.t4a.predict
Class ShellPredictionLoader
java.lang.Object
com.t4a.predict.ShellPredictionLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(Map<String, PredictOptions> predictions, StringBuffer actionNameList) void
loadYamlFile
(Map<String, PredictOptions> predictions, StringBuffer actionNameList)
-
Constructor Details
-
ShellPredictionLoader
public ShellPredictionLoader()
-
-
Method Details
-
load
public void load(Map<String, PredictOptions> predictions, StringBuffer actionNameList) throws URISyntaxException- Throws:
URISyntaxException
-
loadYamlFile
public void loadYamlFile(Map<String, PredictOptions> predictions, StringBuffer actionNameList) throws URISyntaxException- Throws:
URISyntaxException
-