Package de.mhus.lib.cao.util

Examples of de.mhus.lib.cao.util.SimpleApplicationFactory


       
        if (!MString.isEmpty(aName)) {
          try {
            CaoApplicationFactory aFactory = null;
            if (MString.isEmpty(aClass)) {
              aFactory = new SimpleApplicationFactory();
              ((SimpleApplicationFactory)aFactory).setActivator(activator);
            } else {
                aFactory = (CaoApplicationFactory) activator.createObject(aClass);
            }
            aFactory.setConfig(capp);
View Full Code Here

TOP

Related Classes of de.mhus.lib.cao.util.SimpleApplicationFactory

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.