Package com.day.cq.wcm.command.api
Interface CommandBuilder
-
- All Known Subinterfaces:
CopyMoveCommandBuilder,DeleteCommandBuilder
@ProviderType public interface CommandBuilderinterface to build aCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commandbuild()build theCommand
-
-
-
Method Detail
-
build
@Nonnull Command build() throws java.lang.IllegalArgumentException
build theCommand- Returns:
- the built
Command - Throws:
java.lang.IllegalArgumentException- if theCommandwas built with incorrect parameters to aCommandBuilderimplementation
-
-