public class MapWorkspaceDirPathXmlAdapter extends XmlAdapter<MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath,Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path>>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath |
static class |
MapWorkspaceDirPathXmlAdapter.WorkspaceDirPath |
| Constructor and Description |
|---|
MapWorkspaceDirPathXmlAdapter(Path pathWorkspace)
MapWorkspaceDirPathXmlAdapter needs to know the workspace path in order to
relativise workspace directories within the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath |
marshal(Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path> mapWorkspaceDirPath) |
Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path> |
unmarshal(MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath listWorkspaceDirPath) |
public MapWorkspaceDirPathXmlAdapter(Path pathWorkspace)
pathWorkspace - WorkspacePlugin path.public MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath marshal(Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path> mapWorkspaceDirPath)
marshal in class XmlAdapter<MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath,Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path>>public Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path> unmarshal(MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath listWorkspaceDirPath)
unmarshal in class XmlAdapter<MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath,Map<org.azyva.dragom.execcontext.plugin.WorkspaceDir,Path>>Copyright © 2015–2016 AZYVA INC.. All rights reserved.