Package com.day.cq.wcm.command.api
Interface DeleteCommandPathArgumentBuilder
-
@ProviderType public interface DeleteCommandPathArgumentBuilder
interface to buildDeleteCommandPathArgument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCommandPathArgument
build()
build theDeleteCommandPathArgument
DeleteCommandPathArgumentBuilder
withPath(java.lang.String path)
set path of the selected item
-
-
-
Method Detail
-
withPath
@Nonnull DeleteCommandPathArgumentBuilder withPath(@Nonnull java.lang.String path)
set path of the selected item- Parameters:
path
- path of the selected item- Returns:
- this
DeleteCommandPathArgumentBuilder
-
build
@Nonnull DeleteCommandPathArgument build() throws java.lang.IllegalArgumentException
build theDeleteCommandPathArgument
- Returns:
- the built
DeleteCommandPathArgument
- Throws:
java.lang.IllegalArgumentException
-
-