| Package | Description |
|---|---|
| co.codewizards.cloudstore.core | |
| co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
| co.codewizards.cloudstore.core.sync |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RepoSyncState(UUID localRepositoryId,
UUID serverRepositoryId,
File localRoot,
URL url,
Severity severity,
String message,
Error error,
Date syncStarted,
Date syncFinished) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
SyncState.getSeverity() |
| Constructor and Description |
|---|
SyncState(URL url,
Severity severity,
String message,
Error error,
Date syncStarted,
Date syncFinished) |
Copyright © 2013–2019. All rights reserved.