org.pentaho.platform.repository.solution.dbbased
Class InfoHolder

java.lang.Object
  extended by org.pentaho.platform.repository.solution.dbbased.InfoHolder

public class InfoHolder
extends Object

This class is used to hold the last modified date and also is used to determine deletions (when touched is false). Think of this class as a C Struct

Author:
mbatchel

Constructor Summary
InfoHolder(Object lastMod, Object isDir)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoHolder

public InfoHolder(Object lastMod,
                  Object isDir)