Class UploadCurationsCommand
-
- All Implemented Interfaces:
-
com.github.ajalt.clikt.core.ParameterHolder,org.ossreviewtoolkit.utils.common.Plugin
public final class UploadCurationsCommand extends OrtCommand
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanallowMultipleSubcommandsprivate final StringautoCompleteEnvvarprivate final StringcommandNameprivate final ContextcurrentContextprivate final Map<String, String>helpTagsprivate final BooleanhiddenFromHelpprivate final BooleaninvokeWithoutSubcommandprivate final BooleanisEnabledByDefaultprivate final List<String>messagesprivate final BooleanprintHelpOnEmptyArgsprivate final BooleantreatUnknownOptionsAsArgsprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description UploadCurationsCommand()
-
Method Summary
-
Methods inherited from class com.github.ajalt.clikt.core.BaseCliktCommand
aliases, allHelpParams, commandHelp, commandHelpEpilog, configureContext, echo, echo, echoFormattedHelp, getAllowMultipleSubcommands, getAutoCompleteEnvvar, getCommandName, getCurrentContext, getFormattedHelp, getHelpTags, getHiddenFromHelp, getInvokeWithoutSubcommand, getMessages, getPrintHelpOnEmptyArgs, getTreatUnknownOptionsAsArgs, helpEpilog, issueMessage, registerArgument, registerOption, registerOption, registerOptionGroup, registeredArguments, registeredOptions, registeredParameterGroups, registeredSubcommandNames, registeredSubcommands, resetContext, toString -
Methods inherited from class org.ossreviewtoolkit.utils.common.Plugin
isEnabledByDefault -
Methods inherited from class org.ossreviewtoolkit.plugins.commands.api.OrtCommand
getType, help -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-