Class JarEntries

java.lang.Object
io.smallrye.common.io.jar.JarEntries

public class JarEntries extends Object
Utility class for handling JAR entries.
  • Method Details

    • getRealName

      public static String getRealName(JarEntry jarEntry)
      Returns the real name of this JarEntry.. On Java 8, it returns the ZipEntry.getName() On Java 10+, a getRealName() method was added.
      Parameters:
      jarEntry - the entry (must not be null)
      Returns:
      the real name of this JarEntry