Package org.projectnessie.quarkus.cli
Class NessieInfo
- java.lang.Object
-
- org.projectnessie.quarkus.cli.BaseCommand
-
- org.projectnessie.quarkus.cli.NessieInfo
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class NessieInfo extends BaseCommand
-
-
Constructor Summary
Constructors Constructor Description NessieInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.IntegercallWithDatabaseAdapter()protected java.lang.IntegercallWithPersist()-
Methods inherited from class org.projectnessie.quarkus.cli.BaseCommand
call, warnOnInMemory
-
-
-
-
Method Detail
-
callWithDatabaseAdapter
protected java.lang.Integer callWithDatabaseAdapter() throws java.lang.Exception- Overrides:
callWithDatabaseAdapterin classBaseCommand- Throws:
java.lang.Exception
-
callWithPersist
protected java.lang.Integer callWithPersist() throws java.lang.Exception- Overrides:
callWithPersistin classBaseCommand- Throws:
java.lang.Exception
-
-