final class LastModified extends StampBase
Define the last modified time of the file. It's a typical stamp for class files and products.
- Alphabetic
- By Inheritance
- LastModified
- StampBase
- Stamp
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LastModified(value: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- StampBase → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHash(): Optional[String]
Get the hash of the file contents if the stamp supports it.
Get the hash of the file contents if the stamp supports it.
- returns
An optional hash of the file contents.
- Definition Classes
- LastModified → Stamp
-
def
getLastModified(): Optional[Long]
Get the last modified time (in milliseconds from Epoch) of a file if the stamp supports it.
Get the last modified time (in milliseconds from Epoch) of a file if the stamp supports it.
- returns
An optional last modified time.
- Definition Classes
- LastModified → Stamp
-
def
getValueId(): Int
Returns a unique identifier depending on the underlying data structures.
Returns a unique identifier depending on the underlying data structures.
- returns
A valid string-based representation for logical equality, not referential equality.
- Definition Classes
- LastModified → Stamp
-
def
hashCode(): Int
- Definition Classes
- StampBase → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- StampBase → AnyRef → Any
- val value: Long
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
writeStamp(): String
- returns
A string-based and recoverable representation of the underlying stamp.
- Definition Classes
- LastModified → Stamp