Package org.ossreviewtoolkit.cli
Class OrtMain
-
- All Implemented Interfaces:
-
com.github.ajalt.clikt.core.ParameterHolder
public final class OrtMain extends CliktCommand
-
-
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 List<String>messagesprivate final BooleanprintHelpOnEmptyArgs
-
Constructor Summary
Constructors Constructor Description OrtMain()
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-