| 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 | Class and Description |
|---|---|
class |
DirectoryDTO |
class |
NormalFileDTO |
class |
SymlinkDTO |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
RepoFileDTOTreeNode.getRepoFileDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<RepoFileDTO> |
RepoFileDTOList.getElements() |
List<RepoFileDTO> |
ChangeSetDTO.getRepoFileDTOs() |
| Modifier and Type | Method and Description |
|---|---|
static RepoFileDTOTreeNode |
RepoFileDTOTreeNode.createTree(Collection<RepoFileDTO> repoFileDTOs)
Create a single tree from the given
repoFileDTOs. |
void |
RepoFileDTOList.setElements(List<RepoFileDTO> elements) |
void |
ChangeSetDTO.setRepoFileDTOs(List<RepoFileDTO> repoFileDTOs) |
| Constructor and Description |
|---|
RepoFileDTOTreeNode(RepoFileDTO repoFileDTO) |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
RepoTransport.getRepoFileDTO(String path) |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
FileRepoTransport.getRepoFileDTO(String path) |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
CloudStoreRESTClient.getRepoFileDTO(String repositoryName,
String path) |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
RestRepoTransport.getRepoFileDTO(String path) |
| Modifier and Type | Method and Description |
|---|---|
RepoFileDTO |
RepoFileDTOService.getRepoFileDTO() |
RepoFileDTO |
RepoFileDTOService.getRepoFileDTO(String path) |
Copyright © 2013-2014. All Rights Reserved.