See: Description
| Class | Description |
|---|---|
| ApplicationProperties |
Our properties-class.
|
| ConfigurationHandler |
This class revolves around checking and adjusting a given instance of
ConfigurationModel
so it can safely be used in ServerPackHandler.run(ConfigurationModel) later. |
| ConfigurationModel |
Class containing all fields and therefore all information either gathered from a configuration
file, stored by the creation of a modpack from CurseForge or passed otherwise.
|
| Main |
The Main-class is only responisble for creating an isntance of
ServerPackCreator with the
passed String-array from the commandline and then subsequently running ServerPackCreator
in the determined mode, with the determined locale. |
| ServerPackCreator |
Launch-class of ServerPackCreator which determines the mode to run in, takes care of
initialization and dependency injection and, finally, running ServerPackCreator.
|
| ServerPackCreator.CommandlineParser |
Check the passed commandline-arguments with which ServerPackCreator was started and return the
mode in which to run.
|
| ServerPackCreator.WebService | |
| ServerPackHandler |
Create a server pack from a modpack by copying all specified or required files from the modpack
to the server pack as well as installing the modloader server for the specified modloader,
modloader version and Minecraft version.
|
| Enum | Description |
|---|---|
| ServerPackCreator.CommandlineParser.Mode |
Mode-priorities.
|
ServerPackHandler, which receives a
configuration and then creates the actual server pack for you.