org.jboss.dna.graph.commands.basic
Class BasicCopyBranchCommand

java.lang.Object
  extended by org.jboss.dna.graph.commands.basic.BasicGraphCommand
      extended by org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
          extended by org.jboss.dna.graph.commands.basic.BasicCopyBranchCommand
All Implemented Interfaces:
ActsAsUpdate, ActsOnPath, CopyBranchCommand, CopyNodeCommand, GraphCommand

public class BasicCopyBranchCommand
extends BasicCopyNodeCommand
implements CopyBranchCommand

Author:
Randall Hauch

Constructor Summary
BasicCopyBranchCommand(Path oldPath, Path newPath)
           
 
Method Summary
 
Methods inherited from class org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
getNewPath, getPath, toString
 
Methods inherited from class org.jboss.dna.graph.commands.basic.BasicGraphCommand
getError, hasError, hasNoError, isCancelled, setCancelled, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.dna.graph.commands.CopyNodeCommand
getNewPath
 
Methods inherited from interface org.jboss.dna.graph.commands.GraphCommand
getError, hasError, hasNoError, isCancelled, setError
 
Methods inherited from interface org.jboss.dna.graph.commands.ActsOnPath
getPath
 

Constructor Detail

BasicCopyBranchCommand

public BasicCopyBranchCommand(Path oldPath,
                              Path newPath)
Parameters:
oldPath -
newPath -


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.