com.cloudbees.upload
Class ArchiveUtils
java.lang.Object
com.cloudbees.upload.ArchiveUtils
public class ArchiveUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTRY_DELETED
public static int ENTRY_DELETED
ENTRY_UPDATED
public static int ENTRY_UPDATED
ENTRY_ADDED
public static int ENTRY_ADDED
ArchiveUtils
public ArchiveUtils()
createDeltaWarFile
public static File createDeltaWarFile(Map<String,Long> existingArchiveCheckSums,
File warFile,
String tmp)
throws IOException
- Throws:
IOException
getDeltas
public static Map<String,Integer> getDeltas(String archiveFile,
Map<String,Long> oldCheckSums)
throws IOException
- Throws:
IOException
getCheckSums
public static Map<String,Long> getCheckSums(String archiveFile)
throws IOException
- Throws:
IOException
Copyright © 2011-2012. All Rights Reserved.