Package net.sourceforge.processdash.tool.db

Examples of net.sourceforge.processdash.tool.db.DatabasePlugin.initialize()


            // check a user setting to see whether the database plugin
            // should be started. If the user doesn't have a value for the
            // setting, only start the plugin for team dashboard datasets.
            if (Settings.getBool("tpidw.enabled", Settings.isTeamMode())) {
                plugin.initialize();
                data.addGlobalDefineDeclarations("#define DATABASE_PLUGIN t");
                return true;
            }

        } catch (Exception e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.