Class MigrateCommand

  • All Implemented Interfaces:
    com.github.ajalt.clikt.core.ParameterHolder , org.ossreviewtoolkit.plugins.api.Plugin

    
    public final class MigrateCommand
    extends OrtCommand
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrateCommand(PluginDescriptor descriptor)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit run()
      • 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
    • Constructor Detail

      • MigrateCommand

        MigrateCommand(PluginDescriptor descriptor)