| 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.transport |
File-system-based transport implementation.
|
| co.codewizards.cloudstore.rest.client | |
| co.codewizards.cloudstore.rest.client.transport | |
| co.codewizards.cloudstore.rest.server.service |
| 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.getRepositoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDTO |
FileRepoTransport.getRepositoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDTO |
CloudStoreRESTClient.getRepositoryDTO(String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudStoreRESTClient.requestRepoConnection(String repositoryName,
String pathPrefix,
RepositoryDTO clientRepositoryDTO) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDTO |
RestRepoTransport.getRepositoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDTO |
RepositoryDTOService.getRepositoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestRepoConnectionService.requestConnection(RepositoryDTO clientRepositoryDTO) |
void |
RequestRepoConnectionService.requestConnection(String pathPrefix,
RepositoryDTO clientRepositoryDTO) |
Copyright © 2013-2014. All Rights Reserved.