| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.repo.transport |
Transport abstraction.
|
| co.codewizards.cloudstore.core.version | |
| 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 |
|---|---|
VersionInfoDto |
RepoTransport.getVersionInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoDto |
VersionCompatibilityException.getClientVersionInfoDto() |
VersionInfoDto |
VersionCompatibilityException.getServerVersionInfoDto() |
VersionInfoDto |
VersionInfoProvider.getVersionInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionCompatibilityValidator.validate(VersionInfoDto clientVersionInfoDto,
VersionInfoDto serverVersionInfoDto) |
| Constructor and Description |
|---|
ClientTooOldException(VersionInfoDto clientVersionInfoDto,
VersionInfoDto serverVersionInfoDto,
String message) |
ServerTooOldException(VersionInfoDto clientVersionInfoDto,
VersionInfoDto serverVersionInfoDto,
String message) |
VersionCompatibilityException(VersionInfoDto clientVersionInfoDto,
VersionInfoDto serverVersionInfoDto,
String message) |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoDto |
FileRepoTransport.getVersionInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoDto |
GetVersionInfoDto.execute() |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoDto |
RestRepoTransport.getVersionInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoDto |
VersionInfoDtoService.getVersionInfoDto() |
Copyright © 2013–2019. All rights reserved.