Class BaseCommand
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.commands.BaseCommand
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
- Direct Known Subclasses:
BaseRepositoryCommand,JdbcCreateSchema
public abstract class BaseCommand extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description BaseCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()protected abstract java.lang.Integercall(Closeables closeables)
-
-
-
Method Detail
-
call
public java.lang.Integer call() throws java.lang.Exception- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Integer>- Throws:
java.lang.Exception
-
call
protected abstract java.lang.Integer call(Closeables closeables) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-