Package io.kestra.storage.local
Class LocalFileAttributes
java.lang.Object
io.kestra.storage.local.LocalFileAttributes
- All Implemented Interfaces:
io.kestra.core.storages.FileAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kestra.core.storages.FileAttributes
io.kestra.core.storages.FileAttributes.FileType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.storages.FileAttributes
getFileName, isReadOnly
-
Constructor Details
-
LocalFileAttributes
public LocalFileAttributes()
-
-
Method Details
-
getLastModifiedTime
public long getLastModifiedTime()- Specified by:
getLastModifiedTimein interfaceio.kestra.core.storages.FileAttributes
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfaceio.kestra.core.storages.FileAttributes
-
getType
public io.kestra.core.storages.FileAttributes.FileType getType()- Specified by:
getTypein interfaceio.kestra.core.storages.FileAttributes
-
getSize
public long getSize()- Specified by:
getSizein interfaceio.kestra.core.storages.FileAttributes
-