Class GenerateContent
- java.lang.Object
-
- org.projectnessie.tools.contentgenerator.cli.AbstractCommand
-
- org.projectnessie.tools.contentgenerator.cli.GenerateContent
-
public class GenerateContent extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description GenerateContent()
-
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
-
-
-
-
Method Detail
-
execute
public void execute() throws org.projectnessie.error.BaseNessieClientServerExceptionDescription copied from class:AbstractCommandConvenience method declaration that allows to "just throw" Nessie API exceptions.- Specified by:
executein classAbstractCommand- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-