LocalUpdatable

com.github.cloudfiles.localfs.LocalFsModel.LocalUpdatable

A trait that defines the properties that can be updated for elements in the local file system.

The trait is implemented by the representations for local files and folders. This makes it possible to treat these classes analogously when it comes to updates.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LocalFile
class LocalFolder

Members list

Value members

Abstract methods

def lastModifiedUpdate: Option[Instant]

Returns an ''Option'' with the new last modified date. If this option is defined, the date gets updated.

Returns an ''Option'' with the new last modified date. If this option is defined, the date gets updated.

Attributes

Returns

an ''Option'' with the new last modified date