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.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 |
---|---|
ConfigPropSetDto |
ChangeSetDto.getParentConfigPropSetDto() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSetDto.setParentConfigPropSetDto(ConfigPropSetDto configPropSetDto) |
Modifier and Type | Method and Description |
---|---|
protected void |
RepoToRepoSync.syncParentConfigPropSetDto(RepoTransport fromRepoTransport,
RepoTransport toRepoTransport,
ConfigPropSetDto parentConfigPropSetDto,
ProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
RepoTransport.putParentConfigPropSetDto(ConfigPropSetDto parentConfigPropSetDto) |
Modifier and Type | Method and Description |
---|---|
protected ConfigPropSetDto |
ChangeSetDtoBuilder.buildParentConfigPropSetDto() |
Modifier and Type | Method and Description |
---|---|
void |
FileRepoTransport.putParentConfigPropSetDto(ConfigPropSetDto parentConfigPropSetDto) |
Constructor and Description |
---|
PutParentConfigPropSetDto(String repositoryName,
ConfigPropSetDto parentConfigPropSetDto) |
Modifier and Type | Method and Description |
---|---|
void |
RestRepoTransport.putParentConfigPropSetDto(ConfigPropSetDto parentConfigPropSetDto) |
Modifier and Type | Method and Description |
---|---|
void |
PutParentConfigPropSetDtoService.beginPutFile(ConfigPropSetDto parentConfigPropSetDto) |
Copyright © 2013–2019. All rights reserved.