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<org.eclipse.scada.ca.data.FactoryInformation> remoteData)
Convert from the remote data format to local data format
|
static long |
convert(Collection<org.eclipse.scada.ca.data.FactoryInformation> remoteData,
Map<String,Map<String,Map<String,String>>> data)
Convert from the remote data format to local data format
|
static Collection<org.eclipse.scada.ca.data.FactoryInformation> |
loadData(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.scada.ca.client.Connection connection) |
public static Collection<org.eclipse.scada.ca.data.FactoryInformation> loadData(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.scada.ca.client.Connection connection) throws InterruptedException, ExecutionException
public static long convert(Collection<org.eclipse.scada.ca.data.FactoryInformation> remoteData, Map<String,Map<String,Map<String,String>>> data)
remoteData - remote datadata - local data target