com.ptc.windchill.upgrade.ius
Class FileSystemBasedUpdateStore.CacheEntry

java.lang.Object
  extended bycom.ptc.windchill.upgrade.ius.FileSystemBasedUpdateStore.CacheEntry
Enclosing class:
FileSystemBasedUpdateStore

private static class FileSystemBasedUpdateStore.CacheEntry
extends Object


Field Summary
private  long fileLastModified_
           
private  IncrementalUpdate incrementalUpdate_
           
 
Constructor Summary
private FileSystemBasedUpdateStore.CacheEntry(IncrementalUpdate iu, long last_modified)
           
 
Method Summary
 IncrementalUpdate getIncrementalUpdate()
           
 boolean isOlderThan(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileLastModified_

private long fileLastModified_

incrementalUpdate_

private IncrementalUpdate incrementalUpdate_
Constructor Detail

FileSystemBasedUpdateStore.CacheEntry

private FileSystemBasedUpdateStore.CacheEntry(IncrementalUpdate iu,
                                              long last_modified)
Method Detail

isOlderThan

public boolean isOlderThan(File file)

getIncrementalUpdate

public IncrementalUpdate getIncrementalUpdate()