Interface Command
-
- All Known Implementing Classes:
AbstractAddonCommand,AbstractListCommand,AbstractListCommandWithoutFurnace,AddAddonDirectoryCommand,AddImmutableAddonDirectoryCommand,DiscoverPackagesCommand,DisplayHelpCommand,DisplayVersionCommand,GenerateCompletionDataCommand,GenerateHelpCacheCommand,InstallAddonCommand,ListAddonsCommand,ListSourceTechnologiesCommand,ListTagsCommand,ListTargetTechnologiesCommand,RemoveAddonCommand,RunWindupCommand,ServerModeCommand,ToolingModeCommand,UpdateRulesetsCommand
public interface CommandA command to be run by the WindupBootstrapapplication.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandResultexecute()Execute thisCommandand return theCommandResult.CommandPhasegetPhase()TheCommandPhasethisCommandshould be executed in.
-
-
-
Method Detail
-
execute
CommandResult execute()
Execute thisCommandand return theCommandResult.
-
getPhase
CommandPhase getPhase()
TheCommandPhasethisCommandshould be executed in.
-
-