public interface Command
Bootstrap application.| 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. |
CommandResult execute()
Command and return the CommandResult.CommandPhase getPhase()
CommandPhase this Command should be executed in.Copyright © 2020 JBoss by Red Hat. All rights reserved.