Class BaseCommand
- java.lang.Object
-
- technology.dice.dicewhere.downloader.picocli.commandssssss.BaseCommand
-
-
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()
-
-