Package io.smallrye.common.io.jar
Class JarEntries
- java.lang.Object
-
- io.smallrye.common.io.jar.JarEntries
-
public class JarEntries extends Object
-
-
Constructor Summary
Constructors Constructor Description JarEntries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRealName(JarEntry jarEntry)Returns the real name of thisJarEntry.
-
-
-
Method Detail
-
getRealName
public static String getRealName(JarEntry jarEntry)
Returns the real name of thisJarEntry. On Java 8, it returns theZipEntry.getName()On Java 10+, a getRealName() method was added
-
-