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