Class BaseCommand
- java.lang.Object
-
- technology.dice.dicewhere.downloader.picocli.commands.BaseCommand
-
- Direct Known Subclasses:
IpInfoBaseCommand,MaxmindBaseCommand
public abstract class BaseCommand extends Object implements Callable<Integer>
-
-
Constructor Summary
Constructors Constructor Description BaseCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Integercall()protected voidcheckNecessaryEnvironmentVariables()protected abstract DownloadExecutionResultexecute()booleanisVerbose()
-
-
-
Method Detail
-
execute
protected abstract DownloadExecutionResult execute()
-
checkNecessaryEnvironmentVariables
protected void checkNecessaryEnvironmentVariables()
-
isVerbose
public boolean isVerbose()
-
-