public interface IRemoteData extends IFileConnection
Modifier and Type | Method and Description |
---|---|
IDatasetConnector |
createRemoteDataset(String datasetPath)
Create a remote dataset looking at the dataset path named.
|
Map<String,Object> |
getTree()
Map of path to collection of attributes at that path.
|
getPath, setPath
Map<String,Object> getTree() throws Exception
Exception
- when cannot retrieve treeIDatasetConnector createRemoteDataset(String datasetPath) throws Exception
datasetPath
- path in tree to datasetException
- when cannot connect to datasetCopyright © 2014–2022 Eclipse Foundation. All rights reserved.