Uses of Class
org.jboss.windup.bootstrap.commands.CommandResult
-
Packages that use CommandResult Package Description org.jboss.windup.bootstrap.commands org.jboss.windup.bootstrap.commands.addons org.jboss.windup.bootstrap.commands.windup -
-
Uses of CommandResult in org.jboss.windup.bootstrap.commands
Methods in org.jboss.windup.bootstrap.commands that return CommandResult Modifier and Type Method Description CommandResultCommand. execute()Execute thisCommandand return theCommandResult.static CommandResultCommandResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandResult[]CommandResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommandResult in org.jboss.windup.bootstrap.commands.addons
Methods in org.jboss.windup.bootstrap.commands.addons that return CommandResult Modifier and Type Method Description CommandResultAddAddonDirectoryCommand. execute()CommandResultAddImmutableAddonDirectoryCommand. execute()CommandResultInstallAddonCommand. execute()CommandResultListAddonsCommand. execute()CommandResultRemoveAddonCommand. execute() -
Uses of CommandResult in org.jboss.windup.bootstrap.commands.windup
Methods in org.jboss.windup.bootstrap.commands.windup that return CommandResult Modifier and Type Method Description CommandResultDiscoverPackagesCommand. execute()CommandResultDisplayHelpCommand. execute()CommandResultDisplayVersionCommand. execute()CommandResultGenerateCompletionDataCommand. execute()CommandResultGenerateHelpCacheCommand. execute()CommandResultListSourceTechnologiesCommand. execute()CommandResultListTagsCommand. execute()CommandResultListTargetTechnologiesCommand. execute()CommandResultRunWindupCommand. execute()CommandResultServerModeCommand. execute()CommandResultToolingModeCommand. execute()CommandResultUpdateRulesetsCommand. execute()Constructors in org.jboss.windup.bootstrap.commands.windup with parameters of type CommandResult Constructor Description DisplayVersionCommand(CommandResult result)
-