public class RunWindupCommand extends Object implements Command, FurnaceDependent
| Constructor and Description |
|---|
RunWindupCommand(List<String> arguments,
AtomicBoolean batchMode) |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
execute()
Execute this
Command and return the CommandResult. |
CommandPhase |
getPhase()
The
CommandPhase this Command should be executed in. |
void |
setFurnace(org.jboss.forge.furnace.Furnace furnace)
Set the
Furnace instance. |
public RunWindupCommand(List<String> arguments, AtomicBoolean batchMode)
public CommandResult execute()
CommandCommand and return the CommandResult.public void setFurnace(org.jboss.forge.furnace.Furnace furnace)
FurnaceDependentFurnace instance.setFurnace in interface FurnaceDependentpublic CommandPhase getPhase()
CommandCommandPhase this Command should be executed in.Copyright © 2020 JBoss by Red Hat. All rights reserved.