public abstract class AbstractCommand extends Object implements Command
| Constructor and Description |
|---|
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommandType |
getCommandType() |
protected ApexApplication |
getInstallationCandidate() |
protected PrintWriter |
getPrintWriter() |
protected org.springframework.core.io.Resource |
getResource(String location) |
protected CommandSettings |
getSettings() |
protected ApexApplication |
getSingleApexApplication(List<ApexApplication> candidates) |
protected int |
getTerminalHeight() |
protected int |
getTerminalWidth() |
protected void |
init() |
protected void |
print(Object message) |
protected void |
println(Object message) |
protected void |
printlnMessage(String messageKey,
Object... arguments) |
protected void |
printMessage(String messageKey,
Object... arguments) |
String |
toString() |
@PostConstruct protected void init()
protected abstract CommandType getCommandType()
protected CommandSettings getSettings()
protected org.springframework.core.io.Resource getResource(String location)
protected void print(Object message)
protected void println(Object message)
protected int getTerminalWidth()
protected int getTerminalHeight()
protected PrintWriter getPrintWriter()
protected ApexApplication getInstallationCandidate()
protected ApexApplication getSingleApexApplication(List<ApexApplication> candidates)
Copyright © 2016. All rights reserved.