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
|
static Collection<FactoryInformation> |
loadData(org.eclipse.core.runtime.IProgressMonitor monitor,
Connection connection) |
public static Collection<FactoryInformation> loadData(org.eclipse.core.runtime.IProgressMonitor monitor, Connection connection) throws Exception
Exceptionpublic 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 format