Class JarEntryWrapper

  • All Implemented Interfaces:
    Entry

    public class JarEntryWrapper
    extends java.lang.Object
    implements Entry
    The type Jar entry wrapper.
    • Constructor Summary

      Constructors 
      Constructor Description
      JarEntryWrapper​(java.util.jar.JarEntry jarEntry)
      Instantiates a new Jar entry wrapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.jar.JarEntry getJarEntry()
      Gets jar entry.
      java.lang.String getName()
      Gets name.
      long getSize()
      Gets size.
      boolean isDirectory()
      Is directory boolean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JarEntryWrapper

        public JarEntryWrapper​(java.util.jar.JarEntry jarEntry)
        Instantiates a new Jar entry wrapper.
        Parameters:
        jarEntry - the jar entry
    • Method Detail

      • isDirectory

        public boolean isDirectory()
        Description copied from interface: Entry
        Is directory boolean.
        Specified by:
        isDirectory in interface Entry
        Returns:
        the boolean
      • getName

        public java.lang.String getName()
        Description copied from interface: Entry
        Gets name.
        Specified by:
        getName in interface Entry
        Returns:
        the name
      • getSize

        public long getSize()
        Description copied from interface: Entry
        Gets size.
        Specified by:
        getSize in interface Entry
        Returns:
        the size
      • getJarEntry

        public java.util.jar.JarEntry getJarEntry()
        Gets jar entry.
        Returns:
        the jar entry