treebolic.provider.xml.dom
Class DocumentAdapter.MountTask

java.lang.Object
  extended by treebolic.provider.xml.dom.DocumentAdapter.MountTask
Enclosing class:
DocumentAdapter

 class DocumentAdapter.MountTask
extends java.lang.Object

Mount task (protracted)

Author:
Bernard Bou

Field Summary
 MutableNode theMountingNode
          Node to mount graph at
 MountPoint.Mounting theMountPoint
          Mount point
 
Constructor Summary
DocumentAdapter.MountTask(MountPoint.Mounting thisMountPoint, MutableNode thisMountingNode)
          Constructor
 
Method Summary
 void run(java.util.List<IEdge> theseEdges)
          Perform task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theMountPoint

public MountPoint.Mounting theMountPoint
Mount point


theMountingNode

public MutableNode theMountingNode
Node to mount graph at

Constructor Detail

DocumentAdapter.MountTask

public DocumentAdapter.MountTask(MountPoint.Mounting thisMountPoint,
                                 MutableNode thisMountingNode)
Constructor

Parameters:
thisMountPoint - mount point
thisMountingNode - Node to mount graph at
Method Detail

run

public void run(java.util.List<IEdge> theseEdges)
Perform task

Parameters:
theseEdges - edges in grafting tree