public class BackupCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BackupCreator() |
| Modifier and Type | Method and Description |
|---|---|
File |
create(org.modeshape.jcr.api.Session session) |
private static void |
processFolder(File folder,
ZipOutputStream zipOutputStream,
int prefixLength) |
static void |
zip(File folderToZip,
File fileToZipTo) |
public static void zip(File folderToZip, File fileToZipTo) throws IOException
IOExceptionprivate static void processFolder(File folder, ZipOutputStream zipOutputStream, int prefixLength) throws IOException
IOExceptionCopyright © 2013–2016 Wisdom Framework. All rights reserved.