Class AbstractListCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
-
- org.jboss.windup.bootstrap.commands.AbstractListCommand
-
- All Implemented Interfaces:
Command,FurnaceDependent
- Direct Known Subclasses:
DiscoverPackagesCommand,ListAddonsCommand,ListSourceTechnologiesCommand,ListTagsCommand,ListTargetTechnologiesCommand
public abstract class AbstractListCommand extends AbstractListCommandWithoutFurnace implements Command, FurnaceDependent
- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description AbstractListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.forge.furnace.FurnacegetFurnace()protected List<Path>getUserProvidedPaths(List<String> arguments)voidsetFurnace(org.jboss.forge.furnace.Furnace furnace)Set theFurnaceinstance.-
Methods inherited from class org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace
getOptionValuesFromHelp, printValuesSorted
-
-
-
-
Method Detail
-
getFurnace
protected org.jboss.forge.furnace.Furnace getFurnace()
-
setFurnace
public void setFurnace(org.jboss.forge.furnace.Furnace furnace)
Description copied from interface:FurnaceDependentSet theFurnaceinstance.- Specified by:
setFurnacein interfaceFurnaceDependent
-
-