Package com.calclab.suco.client.ioc

Examples of com.calclab.suco.client.ioc.HashMapContainer


    private Container container;

    @Before
    public void beforeTests() {
  container = new HashMapContainer();
    }
View Full Code Here


     * @param modules
     * @return
     */
    public static Container create() {
  Logger.debug("New container.");
  final HashMapContainer container = new HashMapContainer();
  new SucoCoreModule().onInstall(container);
  return container;
    }
View Full Code Here

TOP

Related Classes of com.calclab.suco.client.ioc.HashMapContainer

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.