Class ReadContent
- java.lang.Object
-
- org.projectnessie.tools.contentgenerator.cli.AbstractCommand
-
- org.projectnessie.tools.contentgenerator.cli.ReadContent
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class ReadContent extends AbstractCommand
Reads content objects.
-
-
Constructor Summary
Constructors Constructor Description ReadContent()
-
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.NessieNotFoundExceptionDescription copied from class:AbstractCommandConvenience method declaration that allows to "just throw" Nessie API exceptions.- Specified by:
executein classAbstractCommand- Throws:
org.projectnessie.error.NessieNotFoundException
-
-