Class MavenRepoBuilder


  • public class MavenRepoBuilder
    extends java.lang.Object
    Copy 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
      void add​(java.nio.file.Path artifactLocalPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • add

        public void add​(java.nio.file.Path artifactLocalPath)