Package com.brewtab.ircbot.util

Examples of com.brewtab.ircbot.util.SQLProperties


    public void start() throws Exception {
        client = ClientFactory.newInstance().connect(connectSpec);

        connection = createConnection();
        logger = new IRCLogger(connection);
        properties = new SQLProperties(connection);

        plusPlus = new PlusPlus(properties);
        appletsListener = new AppletListener();
        initApplets();
View Full Code Here

TOP

Related Classes of com.brewtab.ircbot.util.SQLProperties

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.