public abstract class EzyRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
serverContext |
| Constructor and Description |
|---|
EzyRunner() |
| Modifier and Type | Method and Description |
|---|---|
protected EzyStarter |
newStarter(String configFile) |
protected abstract EzyStarter.Builder<?> |
newStarterBuilder() |
void |
run(String[] args) |
protected void |
startSystem(String[] args) |
protected void |
validateArguments(String[] args) |
protected EzyServerContext serverContext
protected void validateArguments(String[] args)
protected EzyStarter newStarter(String configFile)
protected abstract EzyStarter.Builder<?> newStarterBuilder()
Copyright © 2021 Young Monkeys. All rights reserved.