Class EvaluatorCommand
-
- All Implemented Interfaces:
-
com.github.ajalt.clikt.core.ParameterHolder,org.ossreviewtoolkit.plugins.api.Plugin
public final class EvaluatorCommand extends OrtCommand
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanallowMultipleSubcommandsprivate final StringautoCompleteEnvvarprivate final StringcommandNameprivate final ContextcurrentContextprivate final PluginDescriptordescriptorprivate final Map<String, String>helpTagsprivate final BooleanhiddenFromHelpprivate final BooleaninvokeWithoutSubcommandprivate final List<String>messagesprivate final BooleanprintHelpOnEmptyArgsprivate final BooleantreatUnknownOptionsAsArgs
-
Constructor Summary
Constructors Constructor Description EvaluatorCommand(PluginDescriptor descriptor)
-
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.plugins.commands.api.OrtCommand
getDescriptor, help -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-