Package com.yworks.util.abstractjar.impl
Class FileEntryWrapper
- java.lang.Object
-
- com.yworks.util.abstractjar.impl.FileEntryWrapper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetFile()Gets file.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.
-
getFile
public java.io.File getFile()
Gets file.- Returns:
- the file
-
-