Class ConfiguredExecutor
java.lang.Object
com.agenarisk.learning.structure.execution.ConfiguredExecutor
- Author:
- Eugene Dementiev
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfiguredExecutorexecuteFromJson(org.json.JSONObject jConfig) com.agenarisk.learning.structure.config.ConfiggetData()voidvoidsetDataFilePath(Path dataFilePath) voidsetInputDirPath(Path inputDirPath) voidsetOutputDirPath(Path outputDirPath)
-
Constructor Details
-
ConfiguredExecutor
public ConfiguredExecutor(com.agenarisk.learning.structure.config.Config config) -
ConfiguredExecutor
public ConfiguredExecutor()
-
-
Method Details
-
getData
-
setData
-
getDataFilePath
-
setDataFilePath
-
getInputDirPath
-
setInputDirPath
-
getOutputDirPath
-
setOutputDirPath
-
getConfig
public com.agenarisk.learning.structure.config.Config getConfig() -
getResult
-
executeFromJson
-