Package com.day.cq.wcm.command.api
Interface CommandBuilder
- All Known Subinterfaces:
CopyMoveCommandBuilder
,DeleteCommandBuilder
interface to build a
Command
-
Method Summary
-
Method Details
-
build
build theCommand
- Returns:
- the built
Command
- Throws:
IllegalArgumentException
- if theCommand
was built with incorrect parameters to aCommandBuilder
implementation
-