Package com.day.cq.wcm.command.api
Interface CommandPathArgumentBuilder
-
- All Known Subinterfaces:
CopyMoveCommandPathArgumentBuilder
@ProviderType public interface CommandPathArgumentBuilder
interface to buildCommandPathArgument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandPathArgument
build()
build theCommandPathArgument
-
-
-
Method Detail
-
build
@Nonnull CommandPathArgument build()
build theCommandPathArgument
- Returns:
- the built
CommandPathArgument
-
-