Class GenerateHelpCacheCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.windup.GenerateHelpCacheCommand
-
- All Implemented Interfaces:
Command,FurnaceDependent
public class GenerateHelpCacheCommand extends Object implements Command, FurnaceDependent
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description GenerateHelpCacheCommand()
-
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.
-
-
-
Method Detail
-
setFurnace
public void setFurnace(org.jboss.forge.furnace.Furnace furnace)
Description copied from interface:FurnaceDependentSet theFurnaceinstance.- Specified by:
setFurnacein interfaceFurnaceDependent
-
getPhase
public CommandPhase getPhase()
Description copied from interface:CommandTheCommandPhasethisCommandshould be executed in.
-
execute
public CommandResult execute()
Description copied from interface:CommandExecute thisCommandand return theCommandResult.
-
-