Class GenerateContent
- java.lang.Object
-
- org.projectnessie.tools.contentgenerator.cli.AbstractCommand
-
- org.projectnessie.tools.contentgenerator.cli.GenerateContent
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class GenerateContent extends AbstractCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateContent.ContentTypeConverter
-
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, isVerbose
-
-
-
-
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
-
-