Package org.jboss.forge.furnace.addons

Examples of org.jboss.forge.furnace.addons.AddonTree


      Assert.notNull(forge, "Furnace instance must not be null.");
      Assert.notNull(forge.getLockManager(), "LockManager must not be null.");

      this.forge = forge;
      this.lock = forge.getLockManager();
      this.tree = new AddonTree(lock);
      this.loader = new AddonLoader(forge, tree);

      logger.log(Level.FINE, "Instantiated AddonRegistryImpl: " + this);
   }
View Full Code Here

TOP

Related Classes of org.jboss.forge.furnace.addons.AddonTree

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.