Class RequirementsCommand
-
- All Implemented Interfaces:
-
com.github.ajalt.clikt.core.ParameterHolder,org.ossreviewtoolkit.utils.common.Plugin
public final class RequirementsCommand extends OrtCommand
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcommandHelpprivate final StringcommandHelpEpilogprivate final StringcommandNameprivate final ContextcurrentContextprivate final Map<String, String>helpTagsprivate final BooleaninvokeWithoutSubcommandprivate final BooleanisEnabledByDefaultprivate final List<String>messagesprivate final BooleanprintHelpOnEmptyArgsprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description RequirementsCommand()
-
Method Summary
-
Methods inherited from class com.github.ajalt.clikt.core.CliktCommand
aliases, allHelpParams, commandHelp, commandHelpEpilog, confirm, echo, echo, echoFormattedHelp, getCommandHelp, getCommandHelpEpilog, getCommandName, getCurrentContext, getFormattedHelp, getHelpTags, getInvokeWithoutSubcommand, getMessages, getPrintHelpOnEmptyArgs, issueMessage, main, main, parse, parse, prompt, prompt, registerArgument, registerOption, registerOption, registerOptionGroup, registeredArguments, registeredOptions, registeredParameterGroups, registeredSubcommandNames, registeredSubcommands, toString -
Methods inherited from class org.ossreviewtoolkit.utils.common.Plugin
isEnabledByDefault -
Methods inherited from class org.ossreviewtoolkit.plugins.commands.api.OrtCommand
getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-