Packages

sealed trait FileStamp extends AnyRef

Represents the state of a file. This representation is either a hash of the file contents or the last modified time.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileStamp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All