Class ListAddonsCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
-
- org.jboss.windup.bootstrap.commands.AbstractListCommand
-
- org.jboss.windup.bootstrap.commands.addons.ListAddonsCommand
-
- All Implemented Interfaces:
Command,FurnaceDependent
public class ListAddonsCommand extends AbstractListCommand implements Command, FurnaceDependent
- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description ListAddonsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandResultexecute()Execute thisCommandand return theCommandResult.CommandPhasegetPhase()TheCommandPhasethisCommandshould be executed in.voidsetFurnace(org.jboss.forge.furnace.Furnace furnace)Set theFurnaceinstance.-
Methods inherited from class org.jboss.windup.bootstrap.commands.AbstractListCommand
getFurnace, getUserProvidedPaths
-
Methods inherited from class org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
getOptionValuesFromHelp, printValuesSorted
-
-
-
-
Method Detail
-
setFurnace
public void setFurnace(org.jboss.forge.furnace.Furnace furnace)
Description copied from interface:FurnaceDependentSet theFurnaceinstance.- Specified by:
setFurnacein interfaceFurnaceDependent- Overrides:
setFurnacein classAbstractListCommand
-
execute
public CommandResult execute()
Description copied from interface:CommandExecute thisCommandand return theCommandResult.
-
getPhase
public CommandPhase getPhase()
Description copied from interface:CommandTheCommandPhasethisCommandshould be executed in.
-
-