Class LastVerified


  • public class LastVerified
    extends java.lang.Object
    Data for last verification of an image.
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      org.eclipse.core.resources.IFileagainstBaseFile
      Last verified against another LastVerified instance.
      longbaseStamp
      Last base stamp.
      org.eclipse.core.resources.IFilefile
      The file.
      java.lang.StringfileName
      File name.
      intheight
      The height.
      longstamp
      The time stamp.
      booleansuccess
      Image loaded successfully, i.e.
      intwidth
      The width.
    • Constructor Summary

      Constructors 
      ConstructorDescription
      LastVerified() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • file

        public org.eclipse.core.resources.IFile file
        The file.
      • fileName

        public java.lang.String fileName
        File name.
      • width

        public int width
        The width.
      • height

        public int height
        The height.
      • stamp

        public long stamp
        The time stamp.
      • success

        public boolean success
        Image loaded successfully, i.e. the size is set.
      • againstBaseFile

        public org.eclipse.core.resources.IFile againstBaseFile
        Last verified against another LastVerified instance.
      • baseStamp

        public long baseStamp
        Last base stamp.
    • Constructor Detail

      • LastVerified

        public LastVerified()