Package com.day.cq.wcm.command.api
Interface CopyMoveCommandPathArgumentBuilder
- All Superinterfaces:
CommandPathArgumentBuilder
@ProviderType
public interface CopyMoveCommandPathArgumentBuilder
extends CommandPathArgumentBuilder
interface to build
CopyMoveCommandPathArgument
-
Method Summary
Modifier and TypeMethodDescriptionwithAdjustRefPaths
(String[] adjustRefPaths) set reference paths of the selected itemwithDstPath
(String dstPath) set destination path of the selected itemwithPublishPaths
(String[] publishPaths) set publish paths referenced in the selected itemwithSrcPath
(String srcPath) set source path of the selected itemMethods inherited from interface com.day.cq.wcm.command.api.CommandPathArgumentBuilder
build
-
Method Details
-
withSrcPath
set source path of the selected item- Parameters:
srcPath
- path of the selected item- Returns:
- this
CopyMoveCommandPathArgumentBuilder
-
withDstPath
set destination path of the selected item- Parameters:
dstPath
- path of the selected item- Returns:
- this
CopyMoveCommandPathArgumentBuilder
-
withAdjustRefPaths
set reference paths of the selected item- Parameters:
adjustRefPaths
- reference paths of the selected item- Returns:
- this
CopyMoveCommandPathArgumentBuilder
-
withPublishPaths
set publish paths referenced in the selected item- Parameters:
publishPaths
- publish paths referenced in the selected item- Returns:
- this
CopyMoveCommandPathArgumentBuilder
-