Package com.yworks.util.abstractjar.impl
Class JarEntryWrapper
- java.lang.Object
-
- com.yworks.util.abstractjar.impl.JarEntryWrapper
-
-
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.JarEntrygetJarEntry()Gets jar entry.java.lang.StringgetName()Gets name.longgetSize()Gets size.booleanisDirectory()Is directory boolean.
-
-
-
Method Detail
-
isDirectory
public boolean isDirectory()
Description copied from interface:EntryIs directory boolean.- Specified by:
isDirectoryin interfaceEntry- Returns:
- the boolean
-
getName
public java.lang.String getName()
Description copied from interface:EntryGets name.
-
getSize
public long getSize()
Description copied from interface:EntryGets size.
-
getJarEntry
public java.util.jar.JarEntry getJarEntry()
Gets jar entry.- Returns:
- the jar entry
-
-