Class ListSourceTechnologiesCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
-
- org.jboss.windup.bootstrap.commands.AbstractListCommand
-
- org.jboss.windup.bootstrap.commands.windup.ListSourceTechnologiesCommand
-
- All Implemented Interfaces:
Command,FurnaceDependent
public class ListSourceTechnologiesCommand extends AbstractListCommand implements Command, FurnaceDependent
- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description ListSourceTechnologiesCommand(List<String> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandResultexecute()Execute thisCommandand return theCommandResult.CommandPhasegetPhase()TheCommandPhasethisCommandshould be executed in.-
Methods inherited from class org.jboss.windup.bootstrap.commands.AbstractListCommand
getFurnace, getUserProvidedPaths, setFurnace
-
Methods inherited from class org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
getOptionValuesFromHelp, printValuesSorted
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.windup.bootstrap.commands.FurnaceDependent
setFurnace
-
-
-
-
Method Detail
-
execute
public CommandResult execute()
Description copied from interface:CommandExecute thisCommandand return theCommandResult.
-
getPhase
public CommandPhase getPhase()
Description copied from interface:CommandTheCommandPhasethisCommandshould be executed in.
-
-