org.pentaho.reporting.libraries.fonts.registry
Class FontFileRecord

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.registry.FontFileRecord
All Implemented Interfaces:
java.io.Serializable

public class FontFileRecord
extends java.lang.Object
implements java.io.Serializable

Todo: Document me!

Author:
: Thomas Morgner
See Also:
Serialized Form

Constructor Summary
FontFileRecord(java.io.File file)
           
FontFileRecord(java.lang.String filename, long fileSize, long lastAccessTime)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getFilename()
           
 long getFileSize()
           
 long getLastAccessTime()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontFileRecord

public FontFileRecord(java.io.File file)
               throws java.io.IOException
Throws:
java.io.IOException

FontFileRecord

public FontFileRecord(java.lang.String filename,
                      long fileSize,
                      long lastAccessTime)
Method Detail

getLastAccessTime

public long getLastAccessTime()

getFileSize

public long getFileSize()

getFilename

public java.lang.String getFilename()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object