apps.mysteries.client.restore
Class RestoreFileReader

java.lang.Object
  extended by apps.mysteries.client.restore.RestoreFileReader

public class RestoreFileReader
extends java.lang.Object

The Class RestoreFileReader.


Constructor Summary
RestoreFileReader(java.io.File restoreFolder)
          Instantiates a new restore file reader.
 
Method Summary
 java.util.HashMap<java.lang.String,ContentItemState> getLastAppState(java.lang.String appID)
          Gets the last app state.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreFileReader

public RestoreFileReader(java.io.File restoreFolder)
Instantiates a new restore file reader.

Parameters:
restoreFolder - the restore folder
Method Detail

getLastAppState

public java.util.HashMap<java.lang.String,ContentItemState> getLastAppState(java.lang.String appID)
                                                                     throws java.io.IOException
Gets the last app state.

Parameters:
appID - the app id
Returns:
the last app state
Throws:
java.io.IOException - Signals that an I/O exception has occurred.