See: Description
| Class | Description |
|---|---|
| ApplicationProperties |
Our properties-class.
|
| CommandlineParser |
Check the passed commandline-arguments with which ServerPackCreator was started and return the mode in which to run.
|
| ConfigurationHandler |
Requires an instance of
CurseCreateModpack in order to create a modpack from scratch should the specified modpackDir
be a combination of a CurseForge projectID and fileID. |
| 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.
|
| 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.
|
| WebService |
| Enum | Description |
|---|---|
| CommandlineParser.Mode |
Mode-priorities.
|
ServerPackHandler, which receives a configuration and then creates the actual
server pack for you.