org.jboss.dna.connector.federation.executor
Class ProjectedCopyBranchCommand

java.lang.Object
  extended by org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CopyBranchCommand>
      extended by org.jboss.dna.connector.federation.executor.ProjectedCopyBranchCommand
All Implemented Interfaces:
org.jboss.dna.graph.commands.ActsAsUpdate, org.jboss.dna.graph.commands.ActsOnPath, org.jboss.dna.graph.commands.CopyBranchCommand, org.jboss.dna.graph.commands.CopyNodeCommand, org.jboss.dna.graph.commands.GraphCommand

public class ProjectedCopyBranchCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CopyBranchCommand>
implements org.jboss.dna.graph.commands.CopyBranchCommand

Author:
Randall Hauch

Constructor Summary
ProjectedCopyBranchCommand(org.jboss.dna.graph.commands.CopyBranchCommand delegate, org.jboss.dna.graph.properties.Path projectedPath, org.jboss.dna.graph.properties.Path newProjectedPath)
           
 
Method Summary
 org.jboss.dna.graph.properties.Path getNewPath()
          
 
Methods inherited from class org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand
getError, getOriginalCommand, getPath, hasError, hasNoError, isCancelled, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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

ProjectedCopyBranchCommand

public ProjectedCopyBranchCommand(org.jboss.dna.graph.commands.CopyBranchCommand delegate,
                                  org.jboss.dna.graph.properties.Path projectedPath,
                                  org.jboss.dna.graph.properties.Path newProjectedPath)
Method Detail

getNewPath

public org.jboss.dna.graph.properties.Path getNewPath()

Specified by:
getNewPath in interface org.jboss.dna.graph.commands.CopyNodeCommand
See Also:
CopyNodeCommand.getNewPath()


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