Package | Description |
---|---|
co.codewizards.cloudstore.local |
Local repository management.
|
co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Method and Description |
---|---|
RepoFile |
LocalRepoSync.sync(File file,
ProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
LocalRepoSync.deleteRepoFile(RepoFile repoFile) |
boolean |
LocalRepoSync.isModified(RepoFile repoFile,
File file) |
void |
LocalRepoSync.updateRepoFile(RepoFile repoFile,
File file,
ProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
Directory |
class |
NormalFile |
class |
Symlink |
Modifier and Type | Method and Description |
---|---|
RepoFile |
RepoFileDAO.getChildRepoFile(RepoFile parent,
String name)
Get the child of the given
parent with the specified name . |
RepoFile |
RepoFile.getParent() |
RepoFile |
RepoFileDAO.getRepoFile(File localRoot,
File file)
Get the
RepoFile for the given file in the file system. |
Modifier and Type | Method and Description |
---|---|
Collection<RepoFile> |
RepoFileDAO.getChildRepoFiles(RepoFile parent)
Get the children of the given
parent . |
List<RepoFile> |
RepoFile.getPathList()
Gets the path within the repository from the
root (including) to this (including). |
Collection<RepoFile> |
RepoFileDAO.getRepoFilesChangedAfterExclLastSyncFromRepositoryId(long localRevision,
UUID exclLastSyncFromRepositoryId)
|
Modifier and Type | Method and Description |
---|---|
void |
RepoFileDAO.deletePersistent(RepoFile entity) |
RepoFile |
RepoFileDAO.getChildRepoFile(RepoFile parent,
String name)
Get the child of the given
parent with the specified name . |
Collection<RepoFile> |
RepoFileDAO.getChildRepoFiles(RepoFile parent)
Get the children of the given
parent . |
void |
RepoFile.setParent(RepoFile parent) |
Copyright © 2013-2014. All Rights Reserved.