public interface Bundle
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.
|
void |
run(Environment environment)
Initializes the application environment.
|
void initialize(Bootstrap<?> bootstrap)
bootstrap - the application bootstrapvoid run(Environment environment)
environment - the application environmentCopyright © 2014. All rights reserved.