Class LocalFileAttributes

java.lang.Object
io.kestra.storage.local.LocalFileAttributes
All Implemented Interfaces:
io.kestra.core.storages.FileAttributes

public class LocalFileAttributes extends Object implements io.kestra.core.storages.FileAttributes
  • Constructor Details

    • LocalFileAttributes

      public LocalFileAttributes()
  • Method Details

    • getLastModifiedTime

      public long getLastModifiedTime()
      Specified by:
      getLastModifiedTime in interface io.kestra.core.storages.FileAttributes
    • getCreationTime

      public long getCreationTime()
      Specified by:
      getCreationTime in interface io.kestra.core.storages.FileAttributes
    • getType

      public io.kestra.core.storages.FileAttributes.FileType getType()
      Specified by:
      getType in interface io.kestra.core.storages.FileAttributes
    • getSize

      public long getSize()
      Specified by:
      getSize in interface io.kestra.core.storages.FileAttributes