Package | Description |
---|---|
co.codewizards.cloudstore.local |
Local repository management - implementation.
|
co.codewizards.cloudstore.local.dto |
Converters creating data transfer objects (DTOs) from persistent entities and vice versa.
|
co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalRepoSync.onFinalizeFileChunk(FileChunk fileChunk) |
Modifier and Type | Method and Description |
---|---|
FileChunkDto |
FileChunkDtoConverter.toFileChunkDto(FileChunk fileChunk) |
Modifier and Type | Method and Description |
---|---|
Set<FileChunk> |
NormalFile.getFileChunks() |
Modifier and Type | Method and Description |
---|---|
int |
FileChunk.compareTo(FileChunk other) |
Copyright © 2013–2019. All rights reserved.