org.jboss.dna.connector.federation.executor
Class ProjectedCopyNodeCommand
java.lang.Object
org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<CopyNodeCommand>
org.jboss.dna.connector.federation.executor.ProjectedCopyNodeCommand
- All Implemented Interfaces:
- ActsAsUpdate, ActsOnPath, CopyNodeCommand, GraphCommand
public class ProjectedCopyNodeCommand
- extends ActsOnProjectedPathCommand<CopyNodeCommand>
- implements CopyNodeCommand
- Author:
- Randall Hauch
Method Summary |
Path |
getNewPath()
Get the new path to which the copy is to be made. |
ProjectedCopyNodeCommand
public ProjectedCopyNodeCommand(CopyNodeCommand delegate,
Path projectedPath,
Path newProjectedPath)
getNewPath
public Path getNewPath()
- Get the new path to which the copy is to be made.
- Specified by:
getNewPath
in interface CopyNodeCommand
- Returns:
- the new path; never null
- See Also:
CopyNodeCommand.getNewPath()
Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.