Package | Description |
---|---|
co.codewizards.cloudstore.local |
Local repository management - implementation.
|
co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalRepoSync.createCopyModificationsIfPossible(NormalFile newNormalFile) |
protected void |
LocalRepoSync.sha(NormalFile normalFile,
File file,
ProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
<P extends NormalFile> |
NormalFileDao.makePersistent(P entity) |
Modifier and Type | Method and Description |
---|---|
NormalFile |
FileChunk.getNormalFile() |
Modifier and Type | Method and Description |
---|---|
Collection<NormalFile> |
NormalFileDao.getNormalFilesForSha1(String sha1,
long length)
|
Modifier and Type | Method and Description |
---|---|
void |
NormalFileDao.deletePersistent(NormalFile entity) |
void |
FileChunk.setNormalFile(NormalFile normalFile) |
Copyright © 2013–2019. All rights reserved.