public final class ConfigurationEditor
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationEditor(@NotNull ConfigurationHandler injectedConfigurationHandler,
@NotNull ApplicationProperties injectedApplicationProperties,
@NotNull Utilities injectedUtilities,
@NotNull VersionMeta injectedVersionMeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
continuedRunOptions()
Present the user with a menu, asking them what they would like to do.
|
void |
createConfigurationFile(@NotNull java.util.Scanner scanner)
Walk the user through the generation of a new ServerPackCreator configuration file by asking
them for input, step-by-step, regarding their modpack.
|
public ConfigurationEditor(@NotNull
@NotNull ConfigurationHandler injectedConfigurationHandler,
@NotNull
@NotNull ApplicationProperties injectedApplicationProperties,
@NotNull
@NotNull Utilities injectedUtilities,
@NotNull
@NotNull VersionMeta injectedVersionMeta)
public void continuedRunOptions()
public void createConfigurationFile(@NotNull
@NotNull java.util.Scanner scanner)
scanner - Used for reading the users input.