Uses of Class
org.jboss.windup.bootstrap.commands.CommandPhase
-
Packages that use CommandPhase Package Description org.jboss.windup.bootstrap.commands org.jboss.windup.bootstrap.commands.addons org.jboss.windup.bootstrap.commands.windup -
-
Uses of CommandPhase in org.jboss.windup.bootstrap.commands
Methods in org.jboss.windup.bootstrap.commands that return CommandPhase Modifier and Type Method Description CommandPhaseCommand. getPhase()TheCommandPhasethisCommandshould be executed in.static CommandPhaseCommandPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandPhase[]CommandPhase. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommandPhase in org.jboss.windup.bootstrap.commands.addons
Methods in org.jboss.windup.bootstrap.commands.addons that return CommandPhase Modifier and Type Method Description CommandPhaseAddAddonDirectoryCommand. getPhase()CommandPhaseAddImmutableAddonDirectoryCommand. getPhase()CommandPhaseInstallAddonCommand. getPhase()CommandPhaseListAddonsCommand. getPhase()CommandPhaseRemoveAddonCommand. getPhase() -
Uses of CommandPhase in org.jboss.windup.bootstrap.commands.windup
Methods in org.jboss.windup.bootstrap.commands.windup that return CommandPhase Modifier and Type Method Description CommandPhaseDiscoverPackagesCommand. getPhase()CommandPhaseDisplayHelpCommand. getPhase()CommandPhaseDisplayVersionCommand. getPhase()CommandPhaseGenerateCompletionDataCommand. getPhase()CommandPhaseGenerateHelpCacheCommand. getPhase()CommandPhaseListSourceTechnologiesCommand. getPhase()CommandPhaseListTagsCommand. getPhase()CommandPhaseListTargetTechnologiesCommand. getPhase()CommandPhaseRunWindupCommand. getPhase()CommandPhaseServerModeCommand. getPhase()CommandPhaseToolingModeCommand. getPhase()CommandPhaseUpdateRulesetsCommand. getPhase()
-