Package org.criticalfailure.torchlight.core.model.helper

Examples of org.criticalfailure.torchlight.core.model.helper.ILibraryHelper


                        library = ui.run();
                    }
                    else {
                        logger.debug("running helper to create library");

                        ILibraryHelper helper = (ILibraryHelper)ServiceUtils.getService(bundleContext, ILibraryHelper.class.getName());
                        logger.debug("helper: " + helper);

                        library = helper.createLibrary();
                    }
                    logger.debug("library: " + library);

                    // save library
                    if(library != null) {
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.model.helper.ILibraryHelper

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.