Class FileEntryWrapper

  • All Implemented Interfaces:
    Entry

    public class FileEntryWrapper
    extends java.lang.Object
    implements Entry
    The type File entry wrapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Gets file.
      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
    • 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
      • getFile

        public java.io.File getFile()
        Gets file.
        Returns:
        the file