| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.progress |
Classes showing/managing the progress of long-running operations.
|
| co.codewizards.cloudstore.core.repo.local | |
| co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
| co.codewizards.cloudstore.core.util |
Various utility classes.
|
| co.codewizards.cloudstore.local |
Local repository management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggerProgressMonitor
A progress monitor implementation which logs to an SLF4J
Logger. |
class |
NullProgressMonitor |
class |
ProgressMonitorDelegator
Abstract base class for wrapper implementations of
ProgressMonitors. |
class |
SubProgressMonitor
This is the adaption of the Eclipse SubProgressMonitor to
ProgressMonitor. |
| Modifier and Type | Method and Description |
|---|---|
void |
RunnableWithProgress.run(ProgressMonitor monitor) |
| Constructor and Description |
|---|
ProgressMonitorDelegator(ProgressMonitor monitor) |
SubProgressMonitor(ProgressMonitor wrappedMonitor,
int ticks)
Creates a new sub-progress monitor for the given monitor.
|
SubProgressMonitor(ProgressMonitor wrappedMonitor,
int ticks,
int style)
Creates a new sub-progress monitor for the given monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalRepoManager.localSync(ProgressMonitor monitor)
Synchronises the local file system with the local database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepoToRepoSync.sync(ProgressMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IOUtil.copyFile(File sourceFile,
File destinationFile,
ProgressMonitor monitor) |
static byte[] |
HashUtil.hash(String algorithm,
InputStream in,
ProgressMonitor monitor) |
static long |
IOUtil.transferStreamData(InputStream in,
OutputStream out,
long inputOffset,
long inputLen,
ProgressMonitor monitor) |
static void |
ZipUtil.zipFilesRecursively(File zipOutputFile,
File[] files,
File entryRoot,
ProgressMonitor monitor)
Recursively zips all given files to a zipFile defined by zipOutputFile.
|
static void |
ZipUtil.zipFilesRecursively(ZipOutputStream out,
File zipOutputFile,
File[] files,
File entryRoot,
ProgressMonitor monitor)
Recursively writes all found files as entries into the given ZipOutputStream.
|
static void |
ZipUtil.zipFolder(File zipOutputFile,
File zipInputFolder,
ProgressMonitor monitor)
Recursively zips all entries of the given zipInputFolder to
a zipFile defined by zipOutputFile.
|
| Modifier and Type | Method and Description |
|---|---|
RepoFile |
LocalRepoSync.sync(File file,
ProgressMonitor monitor) |
void |
LocalRepoSync.sync(ProgressMonitor monitor) |
void |
LocalRepoSync.updateRepoFile(RepoFile repoFile,
File file,
ProgressMonitor monitor) |
Copyright © 2013-2014. All Rights Reserved.