public class ConfigurationHelper extends Object
Constructor and Description |
---|
ConfigurationHelper() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<String,Map<String,String>>> |
convert(Collection<FactoryInformation> remoteData)
Convert from the remote data format to local data format
|
static long |
convert(Collection<FactoryInformation> remoteData,
Map<String,Map<String,Map<String,String>>> data)
Convert from the remote data format to local data format
|
public static long convert(Collection<FactoryInformation> remoteData, Map<String,Map<String,Map<String,String>>> data)
remoteData
- remote datadata
- local data targetpublic static Map<String,Map<String,Map<String,String>>> convert(Collection<FactoryInformation> remoteData)
remoteData
- the remote data formatCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.