edu.stanford.hci.r3.pen.batch
Class PenSynchManager

java.lang.Object
  extended by edu.stanford.hci.r3.pen.batch.PenSynchManager

public class PenSynchManager
extends java.lang.Object

Helps us figure out what has been synched, etc.

This software is distributed under the BSD License.


Constructor Summary
PenSynchManager()
           
 
Method Summary
 java.util.List<java.io.File> getFiles()
           
 java.util.List<java.io.File> getFilesNewerThan(long lastModifiedTimestamp)
          Return this in a sorted list, from oldest to newest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PenSynchManager

public PenSynchManager()
Method Detail

getFiles

public java.util.List<java.io.File> getFiles()

getFilesNewerThan

public java.util.List<java.io.File> getFilesNewerThan(long lastModifiedTimestamp)
Return this in a sorted list, from oldest to newest.

Parameters:
lastModifiedTimestamp -
Returns:

Copyright 2006 Stanford University