Class ServerIniConfiguration
java.lang.Object
games.stendhal.server.core.engine.generateini.ServerIniConfiguration
Class representing the configuration within a server.ini file.
-
Constructor Summary
ConstructorsConstructorDescriptionServerIniConfiguration(DatabaseConfiguration databaseConfiguration, Integer keySize) -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(PrintWriter out) Writes the actual configuration to the givenPrintWriter.
-
Constructor Details
-
ServerIniConfiguration
-
-
Method Details
-
write
Writes the actual configuration to the givenPrintWriter.- Parameters:
out- ThePrintWriterto write on.
-