| Interface | Description |
|---|---|
| RunnableApp |
All our apps in this package implement this interface so we can easily
run any of them; also they all are expected to have a parameter-less
constructor.
|
| Class | Description |
|---|---|
| AppRunner |
Runs one of our applications in this package.
|
| CryptoYmlGen |
Run this class redirecting
stdout to config/crypto.yml to
generate the file. |
| ImportServer |
Import sever entry point.
|
| ImportYmlGen |
Run this class redirecting
stdout to config/import.yml to
generate the file. |
| MailYmlGen |
Run this class redirecting
stdout to config/mail.yml to
generate the file. |
| MountPointsYmlGen |
Run this class redirecting
stdout to config/mount-points.yml
to generate the file. |
| SpringBootPropsGen |
Run this class redirecting
stdout to
config/application.properties to generate the file. |
| UndertowYmlGen |
Run this class redirecting
stdout to config/undertow.yml to
generate the file. |