se.datadosen.jalbum
Class RecoveryTool

java.lang.Object
  extended by se.datadosen.jalbum.RecoveryTool

public class RecoveryTool
extends java.lang.Object

Class to simplify backing up and retrieving jAlbum projects and images

Since:
8.14

Constructor Summary
RecoveryTool()
           
 
Method Summary
static void createLifeboat(JAlbumContext context, AlbumObject root, java.io.OutputStream out)
          Create a small zip file containing all album project metadata, such as jalbum-settings.jap, comments.properties, meta.properties, albumfiles.txt and the .jalbum folders for each album folder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryTool

public RecoveryTool()
Method Detail

createLifeboat

public static void createLifeboat(JAlbumContext context,
                                  AlbumObject root,
                                  java.io.OutputStream out)
                           throws java.io.IOException
Create a small zip file containing all album project metadata, such as jalbum-settings.jap, comments.properties, meta.properties, albumfiles.txt and the .jalbum folders for each album folder

Parameters:
context -
root -
out -
Throws:
java.io.IOException