Class MavenUtil
java.lang.Object
ru.cg.webbpm.studio.core.api.utils.MavenUtil
user: Ildar
date: 17.03.15
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
generateArchetypeFromJar
(Path projectPath, MavenUtil.Jar archetype, MavenUtil.Jar project) static void
installJarToRepository
(InputStream jarStream, MavenUtil.Jar jar)
-
Constructor Details
-
MavenUtil
public MavenUtil()
-
-
Method Details
-
installJarToRepository
public static void installJarToRepository(InputStream jarStream, MavenUtil.Jar jar) throws MavenUtil.MavenUtilException - Throws:
MavenUtil.MavenUtilException
-
generateArchetypeFromJar
public static void generateArchetypeFromJar(Path projectPath, MavenUtil.Jar archetype, MavenUtil.Jar project) throws MavenUtil.MavenUtilException - Throws:
MavenUtil.MavenUtilException
-