Class DeviceMgtSetup
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup
public class DeviceMgtSetup
extends de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
Device management setup.
- Author:
- Dennis Pidun, University of Hildesheim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PackageStorageSetupprivate PackageStorageSetupprivate StorageServerSetupFields inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
DEFAULT_FNAME, DEFAULT_NAME, DEFAULT_OVERRIDE_FNAME, PARAM_PLUGINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the StorageSetup.Get the StorageSetup.Get the storage server setup.voidsetConfigStorage(PackageStorageSetup configStorage) Set the Configs-StorageSetup.voidsetRuntimeStorage(PackageStorageSetup runtimeStorage) Set the Runtime-StorageSetup.voidsetStorageServer(StorageServerSetup storageServer) Set the storage server setup.Methods inherited from class de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
getAas, setAasMethods inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
getDefaultFileName, getPluginsFolder, isNotEmpty, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readMappingFromYaml, readMappingFromYaml, setDefaultFileName, setPluginsFolder, setPluginsFolderFile
-
Field Details
-
configStorage
-
runtimeStorage
-
storageServer
-
-
Constructor Details
-
DeviceMgtSetup
public DeviceMgtSetup()
-
-
Method Details
-
getRuntimeStorage
Get the StorageSetup.- Returns:
- the storageSetup
-
setRuntimeStorage
Set the Runtime-StorageSetup.- Parameters:
runtimeStorage- the StorageSetup of runtimes
-
getConfigStorage
Get the StorageSetup.- Returns:
- the storageSetup
-
setConfigStorage
Set the Configs-StorageSetup.- Parameters:
configStorage- the StorageSetup of configs
-
getStorageServer
Get the storage server setup.- Returns:
- the storage server setup
-
setStorageServer
Set the storage server setup.- Parameters:
storageServer- the storage server setup
-