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