org.jboss.dna.graph.commands
Interface CopyNodeCommand

All Superinterfaces:
ActsAsUpdate, ActsOnPath, GraphCommand
All Known Subinterfaces:
CopyBranchCommand
All Known Implementing Classes:
BasicCopyBranchCommand, BasicCopyNodeCommand, ProjectedCopyBranchCommand, ProjectedCopyNodeCommand

public interface CopyNodeCommand
extends GraphCommand, ActsOnPath, ActsAsUpdate

Command that makes a copy of a single node at another location.

Author:
Randall Hauch

Method Summary
 Path getNewPath()
          Get the new path to which the copy is to be made.
 
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
 

Method Detail

getNewPath

Path getNewPath()
Get the new path to which the copy is to be made.

Returns:
the new path; never null


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