Package com.ensifera.animosity.craftirc.libs.com.sk89q.util.config

Examples of com.ensifera.animosity.craftirc.libs.com.sk89q.util.config.Configuration


                this.saveDefaultConfig();
                this.autoDisable();
                return;
            }
            this.derpFakeExceptionSent = false;
            this.configuration = new Configuration(configFile);
            this.configuration.load();
            this.cancelChat = this.configuration.getBoolean("settings.cancel-chat", false);

            this.endpoints = new HashMap<String, EndPoint>();
            this.tags = new HashMap<EndPoint, String>();
View Full Code Here

TOP

Related Classes of com.ensifera.animosity.craftirc.libs.com.sk89q.util.config.Configuration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.