Package com.github.dandelion.core.storage

Examples of com.github.dandelion.core.storage.BundleStorage


   *
   * <p>
   * Once loader, some checks are performed on the {@link BundleStorage}.
   */
  public void initBundleStorage() {
    bundleStorage = new BundleStorage();
    for (BundleLoader bundleLoader : getBundleLoaders()) {
      bundleStorage.storeBundles(bundleLoader.loadBundles());
    }
    bundleStorage.checkBundleDag();
  }
View Full Code Here

TOP

Related Classes of com.github.dandelion.core.storage.BundleStorage

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.