Package | Description |
---|---|
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
co.codewizards.cloudstore.core.repo.transport |
Transport abstraction.
|
co.codewizards.cloudstore.local.dto |
Converters creating data transfer objects (DTOs) from persistent entities and vice versa.
|
co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
co.codewizards.cloudstore.ls.core.dto | |
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 |
---|---|
RepositoryDto |
ChangeSetDto.getRepositoryDto() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSetDto.setRepositoryDto(RepositoryDto repositoryDto) |
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
RepoTransport.getClientRepositoryDto() |
RepositoryDto |
RepoTransport.getRepositoryDto()
Gets the remote repository's repository-descriptor.
|
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
RepositoryDtoConverter.toRepositoryDto(Repository repository) |
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
FileRepoTransport.getClientRepositoryDto() |
RepositoryDto |
FileRepoTransport.getRepositoryDto() |
RepositoryDto |
ChangeSetDtoBuilder.prepareBuildChangeSetDto(Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
Modifier and Type | Method and Description |
---|---|
ChangeSetDto |
ChangeSetDtoBuilder.buildChangeSetDto(RepositoryDto repositoryDto) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteRepositoryDto |
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
GetRepositoryDto.execute() |
RepositoryDto |
GetClientRepositoryDto.execute() |
Constructor and Description |
---|
RequestRepoConnection(String repositoryName,
String pathPrefix,
RepositoryDto clientRepositoryDto) |
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
RestRepoTransport.getClientRepositoryDto() |
RepositoryDto |
RestRepoTransport.getRepositoryDto() |
Modifier and Type | Method and Description |
---|---|
RepositoryDto |
GetClientRepositoryDtoService.getClientRepositoryDto() |
RepositoryDto |
RepositoryDtoService.getRepositoryDto() |
Modifier and Type | Method and Description |
---|---|
void |
RequestRepoConnectionService.requestConnection(RepositoryDto clientRepositoryDto) |
protected void |
RequestRepoConnectionService.requestConnection(RepoTransport repoTransport,
String pathPrefix,
RepositoryDto clientRepositoryDto) |
void |
RequestRepoConnectionService.requestConnection(String pathPrefix,
RepositoryDto clientRepositoryDto) |
Copyright © 2013–2019. All rights reserved.