@ProviderType public interface CopyMoveCommandPathArgumentBuilder extends CommandPathArgumentBuilder
CopyMoveCommandPathArgument| Modifier and Type | Method and Description |
|---|---|
CopyMoveCommandPathArgumentBuilder |
withAdjustRefPaths(String[] adjustRefPaths)
set reference paths of the selected item
|
CopyMoveCommandPathArgumentBuilder |
withDstPath(String dstPath)
set destination path of the selected item
|
CopyMoveCommandPathArgumentBuilder |
withPublishPaths(String[] publishPaths)
set publish paths referenced in the selected item
|
CopyMoveCommandPathArgumentBuilder |
withSrcPath(String srcPath)
set source path of the selected item
|
build@Nonnull CopyMoveCommandPathArgumentBuilder withSrcPath(@Nonnull String srcPath)
srcPath - path of the selected itemCopyMoveCommandPathArgumentBuilder@Nonnull CopyMoveCommandPathArgumentBuilder withDstPath(@Nonnull String dstPath)
dstPath - path of the selected itemCopyMoveCommandPathArgumentBuilder@Nonnull CopyMoveCommandPathArgumentBuilder withAdjustRefPaths(@Nullable String[] adjustRefPaths)
adjustRefPaths - reference paths of the selected itemCopyMoveCommandPathArgumentBuilder@Nonnull CopyMoveCommandPathArgumentBuilder withPublishPaths(@Nullable String[] publishPaths)
publishPaths - publish paths referenced in the selected itemCopyMoveCommandPathArgumentBuilderCopyright © 2010 - 2020 Adobe. All Rights Reserved