Class DisplayVersionCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.windup.DisplayVersionCommand
-
-
Constructor Summary
Constructors Constructor Description DisplayVersionCommand()DisplayVersionCommand(CommandResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandResultexecute()Execute thisCommandand return theCommandResult.CommandPhasegetPhase()TheCommandPhasethisCommandshould be executed in.
-
-
-
Constructor Detail
-
DisplayVersionCommand
public DisplayVersionCommand()
-
DisplayVersionCommand
public DisplayVersionCommand(CommandResult result)
-
-
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.
-
-