Package io.smallrye.common.io.jar
Class JarEntries
java.lang.Object
io.smallrye.common.io.jar.JarEntries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRealName(JarEntry jarEntry) Returns the real name of thisJarEntry.
-
Constructor Details
-
JarEntries
public JarEntries()
-
-
Method Details
-
getRealName
Returns the real name of thisJarEntry. On Java 8, it returns theZipEntry.getName()On Java 10+, a getRealName() method was added
-