See: Description
| Class | Description |
|---|---|
| ConfigurationEditor |
Create and edit a serverpackcreator.conf file via CLI.
|
| ReticulatingSplines |
Just something fun to brighten the mood.
|
| SimpleStopWatch |
Minimalistic stopwatch to measure the elapsed time between operations.
|
| UpdateChecker |
Initialize our GitHub and GitLab instances with the corresponding repository addresses, so we can
then run our update checks later on.
|
Such utilities include, but are not limited to converting Strings to booleans, encapsulating
each entry in a String List with quotation-marks, downloading files, copying files and folders
from a JAR-file and so on and so forth.
Basically, whenever a method in any SeverPackCreator class becomes useful to multiple classes, it is usually moved into any already existing utility-class or a new one is added if no already-fitting one exists.