Examples of AddonId


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

   }

   @Test
   public void testResolveAPIVersion() throws Exception
   {
      AddonId sut = AddonId.from("test:furnace_api_dep", "1.0.0.Final");
      String apiVersion = resolver.resolveAPIVersion(sut).get();
      Assert.assertEquals("2.0.0.Beta3", apiVersion);
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.