Package com.day.cq.wcm.command.api
Interface Command
- 
@ProviderType public interface Command
interface to execute aCommand 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandResultexecute()execute thisCommand 
 - 
 
- 
- 
Method Detail
- 
execute
@Nonnull CommandResult execute() throws CommandException
execute thisCommand- Returns:
 CommandResult- Throws:
 CommandException
 
 - 
 
 -