Class DeleteContent
- java.lang.Object
-
- org.projectnessie.tools.contentgenerator.cli.AbstractCommand
-
- org.projectnessie.tools.contentgenerator.cli.DeleteContent
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class DeleteContent extends AbstractCommand
Deletes content objects.
-
-
Constructor Summary
Constructors Constructor Description DeleteContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Convenience method declaration that allows to "just throw" Nessie API exceptions.-
Methods inherited from class org.projectnessie.tools.contentgenerator.cli.AbstractCommand
call, createNessieApiInstance, isVerbose
-
-
-
-
Method Detail
-
execute
public void execute() throws org.projectnessie.error.NessieNotFoundException, org.projectnessie.error.NessieConflictExceptionDescription copied from class:AbstractCommandConvenience method declaration that allows to "just throw" Nessie API exceptions.- Specified by:
executein classAbstractCommand- Throws:
org.projectnessie.error.NessieNotFoundExceptionorg.projectnessie.error.NessieConflictException
-
-