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 ConfiguredExecutor
executeFromJson
(org.json.JSONObject jConfig) com.agenarisk.learning.structure.config.Config
getData()
void
void
setDataFilePath
(Path dataFilePath) void
setInputDirPath
(Path inputDirPath) void
setOutputDirPath
(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
-