Package | Description |
---|---|
org.jets3t.apps.synchronize |
Provides the Synchronize application, a console application to synchronize the
local file system with Amazon S3.
|
org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
Modifier and Type | Method and Description |
---|---|
protected org.jets3t.apps.synchronize.Synchronize.ComparisonResult |
Synchronize.compareLocalAndRemoteFiles(FileComparerResults mergedDiscrepancyResults,
String bucketName,
String rootObjectPath,
String priorLastKey,
Map<String,String> objectKeyToFilepathMap,
BytesProgressWatcher md5GenerationProgressWatcher) |
Modifier and Type | Method and Description |
---|---|
FileComparerResults |
FileComparer.buildDiscrepancyLists(Map<String,String> objectKeyToFilepathMap,
Map<String,StorageObject> objectsMap)
Compares the contents of a directory on the local file system with the contents of a service
resource.
|
FileComparerResults |
FileComparer.buildDiscrepancyLists(Map<String,String> objectKeyToFilepathMap,
Map<String,StorageObject> objectsMap,
BytesProgressWatcher progressWatcher)
Compares the contents of a directory on the local file system with the contents of a service
resource.
|
FileComparerResults |
FileComparer.buildDiscrepancyLists(Map<String,String> objectKeyToFilepathMap,
Map<String,StorageObject> objectsMap,
BytesProgressWatcher progressWatcher,
boolean isForceUpload)
Compares the contents of a directory on the local file system with the contents of a service
resource.
|
Modifier and Type | Method and Description |
---|---|
void |
FileComparerResults.merge(FileComparerResults resultsToAdd) |
Copyright © 2006–2018. All rights reserved.