Package | Description |
---|---|
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
Modifier and Type | Method and Description |
---|---|
static RepoFileDTOTreeNode |
RepoFileDTOTreeNode.createTree(Collection<RepoFileDTO> repoFileDTOs)
Create a single tree from the given
repoFileDTOs . |
RepoFileDTOTreeNode |
RepoFileDTOTreeNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<RepoFileDTOTreeNode> |
RepoFileDTOTreeNode.getChildren() |
List<RepoFileDTOTreeNode> |
RepoFileDTOTreeNode.getLeafs() |
Iterator<RepoFileDTOTreeNode> |
RepoFileDTOTreeNode.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
RepoFileDTOTreeNode.addChild(RepoFileDTOTreeNode child) |
protected void |
RepoFileDTOTreeNode.setParent(RepoFileDTOTreeNode parent) |
Copyright © 2013-2014. All Rights Reserved.