-
public final class RuntimeConfigFfi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRuntimeConfigFfi.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringdataRootPathprivate RuntimeNetworkConfigFfinetwork
-
Constructor Summary
Constructors Constructor Description RuntimeConfigFfi(String dataRootPath, RuntimeNetworkConfigFfi network)
-
Method Summary
Modifier and Type Method Description final StringgetDataRootPath()Path where conductor data is stored final UnitsetDataRootPath(String dataRootPath)Path where conductor data is stored final RuntimeNetworkConfigFfigetNetwork()Network config final UnitsetNetwork(RuntimeNetworkConfigFfi network)Network config -
-
Constructor Detail
-
RuntimeConfigFfi
RuntimeConfigFfi(String dataRootPath, RuntimeNetworkConfigFfi network)
-
-
Method Detail
-
getDataRootPath
final String getDataRootPath()
Path where conductor data is stored
-
setDataRootPath
final Unit setDataRootPath(String dataRootPath)
Path where conductor data is stored
-
getNetwork
final RuntimeNetworkConfigFfi getNetwork()
Network config
-
setNetwork
final Unit setNetwork(RuntimeNetworkConfigFfi network)
Network config
-
-
-
-