Class AbstractCommand
- java.lang.Object
-
- org.projectnessie.tools.contentgenerator.cli.AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Integercall()ImplementsCallable.call()that just callsexecute()and returns0for the process exit code on success.NessieApiV1createNessieApiInstance()abstract voidexecute()Convenience method declaration that allows to "just throw" Nessie API exceptions.
-
-
-
Method Detail
-
createNessieApiInstance
public NessieApiV1 createNessieApiInstance()
-
execute
public abstract void execute() throws org.projectnessie.error.BaseNessieClientServerExceptionConvenience method declaration that allows to "just throw" Nessie API exceptions.- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-