Class JarFileUtils.JarFileEntrySaver

java.lang.Object
org.bardframework.commons.utils.JarFileUtils.JarFileEntrySaver
All Implemented Interfaces:
JarFileUtils.JarModifier
Enclosing class:
JarFileUtils

public static class JarFileUtils.JarFileEntrySaver extends Object implements JarFileUtils.JarModifier
  • Field Details

    • zipEntry

      protected final String zipEntry
    • savePath

      protected final File savePath
    • replacements

      protected final Map<byte[],byte[]> replacements
  • Constructor Details

    • JarFileEntrySaver

      public JarFileEntrySaver(String jarEntry, File savePath)
    • JarFileEntrySaver

      public JarFileEntrySaver(String jarEntry, File savePath, Map<byte[],byte[]> replacements)
  • Method Details