Class ServerModeCommand
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.windup.ServerModeCommand
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAND_ID
-
Constructor Summary
Constructors Constructor Description ServerModeCommand(List<String> arguments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandResultexecute()Execute thisCommandand return theCommandResult.CommandPhasegetPhase()TheCommandPhasethisCommandshould be executed in.static booleanisServerMode(List<String> arguments)
-
-
-
Field Detail
-
COMMAND_ID
public static final String COMMAND_ID
- See Also:
- Constant Field Values
-
-
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.
-
-