Class UIFileInfo.LocalFileInfo

  • Enclosing class:
    UIFileInfo

    @ThreadSafe
    public static class UIFileInfo.LocalFileInfo
    extends java.lang.Object
    The type Local file info.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long EMPTY_CREATION_TIME
      The constant EMPTY_CREATION_TIME.
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalFileInfo​(java.lang.String name, java.lang.String absolutePath, long size, long creationTimeMs, long lastModificationTimeMs, boolean isDirectory)
      Creates a new instance of UIFileInfo.LocalFileInfo.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMPTY_CREATION_TIME

        public static final long EMPTY_CREATION_TIME
        The constant EMPTY_CREATION_TIME.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LocalFileInfo

        public LocalFileInfo​(java.lang.String name,
                             java.lang.String absolutePath,
                             long size,
                             long creationTimeMs,
                             long lastModificationTimeMs,
                             boolean isDirectory)
        Creates a new instance of UIFileInfo.LocalFileInfo.
        Parameters:
        name - name
        absolutePath - absolute path
        size - size
        creationTimeMs - creation time in milliseconds
        lastModificationTimeMs - last modification time in milliseconds
        isDirectory - whether the object represents a directory