Class Remapper


  • public final class Remapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Remapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] map​(byte[] bytes, MappingsSet mappingsSet)  
      static void map​(java.io.File in, java.io.File out, MappingsSet mappingsSet)  
      static byte[] map​(java.io.File in, MappingsSet mappingsSet)  
      static void map​(java.io.InputStream src, java.io.OutputStream sink, MappingsSet mappingsSet)  
      static byte[] map​(java.io.InputStream src, MappingsSet mappingsSet)  
      static void map​(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet)  
      static byte[] map​(java.nio.file.Path in, MappingsSet mappingsSet)  
      static void mapArchive​(java.nio.file.Path in, java.io.OutputStream sink, MappingsSet mappingsSet)  
      static void mapArchive​(java.nio.file.Path in, java.nio.file.Path out, MappingsSet mappingsSet)  
      static void mapArchive​(java.util.zip.ZipFile in, java.io.File out, MappingsSet mappingsSet)  
      static void mapArchive​(java.util.zip.ZipFile in, java.io.OutputStream sink, MappingsSet mappingsSet)  
      • Methods inherited from class java.lang.Object

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

      • Remapper

        public Remapper()
    • Method Detail

      • map

        public static byte[] map​(byte[] bytes,
                                 MappingsSet mappingsSet)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static void map​(java.io.File in,
                               java.io.File out,
                               MappingsSet mappingsSet)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static byte[] map​(java.io.File in,
                                 MappingsSet mappingsSet)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static void map​(java.nio.file.Path in,
                               java.nio.file.Path out,
                               MappingsSet mappingsSet)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static byte[] map​(java.nio.file.Path in,
                                 MappingsSet mappingsSet)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static byte[] map​(java.io.InputStream src,
                                 MappingsSet mappingsSet)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • map

        public static void map​(java.io.InputStream src,
                               java.io.OutputStream sink,
                               MappingsSet mappingsSet)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • mapArchive

        public static void mapArchive​(java.util.zip.ZipFile in,
                                      java.io.File out,
                                      MappingsSet mappingsSet)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • mapArchive

        public static void mapArchive​(java.util.zip.ZipFile in,
                                      java.io.OutputStream sink,
                                      MappingsSet mappingsSet)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • mapArchive

        public static void mapArchive​(java.nio.file.Path in,
                                      java.nio.file.Path out,
                                      MappingsSet mappingsSet)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • mapArchive

        public static void mapArchive​(java.nio.file.Path in,
                                      java.io.OutputStream sink,
                                      MappingsSet mappingsSet)
                               throws java.io.IOException
        Throws:
        java.io.IOException