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