Package | Description |
---|---|
co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
co.codewizards.cloudstore.core.repo.transport |
Transport abstraction.
|
co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
co.codewizards.cloudstore.rest.client.transport |
REST-based transport implementation.
|
co.codewizards.cloudstore.rest.server.service |
REST services ("resources" in REST lingo) for the client-server communication.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RepoToRepoSync.sync(RepoTransport fromRepoTransport,
RepoTransport toRepoTransport,
ChangeSetDto changeSetDto,
ProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
RepoTransport.getChangeSetDto(boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced)
Gets the change-set from the remote repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepoTransport.prepareForChangeSetDto(ChangeSetDto changeSetDto)
Notifies the destination repository that this change-set is about to be synced into it.
|
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
ChangeSetDtoBuilder.buildChangeSetDto(RepositoryDto repositoryDto) |
ChangeSetDto |
FileRepoTransport.getChangeSetDto(boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
Modifier and Type | Method and Description |
---|---|
void |
FileRepoTransport.prepareForChangeSetDto(ChangeSetDto changeSetDto) |
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
GetChangeSetDto.execute() |
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
RestRepoTransport.getChangeSetDto(boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
Modifier and Type | Method and Description |
---|---|
void |
RestRepoTransport.prepareForChangeSetDto(ChangeSetDto changeSetDto) |
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
ChangeSetDtoService.getChangeSetDto(boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
protected ChangeSetDto |
ChangeSetDtoService.getChangeSetDto(RepoTransport repoTransport,
boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
Copyright © 2013–2019. All rights reserved.