Package org.wildfly.galleon.maven
Class MavenRepoBuilder
- java.lang.Object
-
- org.wildfly.galleon.maven.MavenRepoBuilder
-
public class MavenRepoBuilder extends java.lang.ObjectCopy artifacts from local repository to a directory.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description MavenRepoBuilder(java.nio.file.Path targetDirectory, java.nio.file.Path localMvnRepoPath)Create a maven repository builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.nio.file.Path artifactLocalPath)
-
-
-
Constructor Detail
-
MavenRepoBuilder
public MavenRepoBuilder(java.nio.file.Path targetDirectory, java.nio.file.Path localMvnRepoPath)Create a maven repository builder.- Parameters:
targetDirectory- The directory in which maven repository is built.localMvnRepoPath- The path to local maven repository
-
-