java.lang.Object
io.smallrye.common.io.jar.JarEntries
Utility class for handling JAR entries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRealName(JarEntry jarEntry) Returns the real name of thisJarEntry.
-
Method Details
-
getRealName
Returns the real name of thisJarEntry.. On Java 8, it returns theZipEntry.getName()On Java 10+, agetRealName()method was added.- Parameters:
jarEntry- the entry (must not benull)- Returns:
- the real name of this
JarEntry
-