Package org.xtreemfs.babudb.api.dev.plugin

Examples of org.xtreemfs.babudb.api.dev.plugin.PluginMain.execute()


                            depPath);                
                    loadJar(depPath);
                }
               
                // start the plugin
                babuDB = m.execute(babuDB, configPath);
           
            } catch (Exception e) {
                if (e.getMessage() == null) Logging.logError(Logging.LEVEL_WARN, this, e);
                throw new IOException("Plugin at '" + pluginPath + "' for version " + BABUDB_VERSION
                        + ((configPath != null) ? " with config at path " + configPath : "")
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.