Class ClasspathRewriter


  • public class ClasspathRewriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClasspathRewriter​(java.util.Map<java.net.URI,​java.net.URI> localArtifacts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.nio.file.Path> rewrite​(java.util.List<java.net.URI> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClasspathRewriter

        public ClasspathRewriter​(java.util.Map<java.net.URI,​java.net.URI> localArtifacts)
    • Method Detail

      • rewrite

        public java.util.List<java.nio.file.Path> rewrite​(java.util.List<java.net.URI> input)