me.escapeNT.pail.config
Class ServerConfigHandler

java.lang.Object
  extended by me.escapeNT.pail.config.ServerConfigHandler

public class ServerConfigHandler
extends Object

Class intended to handle the vanilla server configuration.

Author:
escapeNT

Field Summary
static File file
           
 
Constructor Summary
ServerConfigHandler()
           
 
Method Summary
static void save(HashMap<String,String> properties)
          Saves the given configuration to file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public static final File file
Constructor Detail

ServerConfigHandler

public ServerConfigHandler()
Method Detail

save

public static void save(HashMap<String,String> properties)
Saves the given configuration to file.

Parameters:
properties - The server properties.


Copyright © 2011. All Rights Reserved.