Package | Description |
---|---|
co.codewizards.cloudstore.core.repo.local |
Local repository management - API.
|
co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
co.codewizards.cloudstore.local |
Local repository management - implementation.
|
co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
co.codewizards.cloudstore.rest.client.transport |
REST-based transport implementation.
|
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
LocalRepoManagerFactory.createLocalRepoManagerForExistingRepository(File localRoot)
Creates a
LocalRepoManager for the given localRoot . |
LocalRepoManager |
LocalRepoManagerFactory.createLocalRepoManagerForNewRepository(File localRoot)
Creates a
LocalRepoManager for the given localRoot . |
LocalRepoManager |
ContextWithLocalRepoManager.getLocalRepoManager() |
LocalRepoManager |
LocalRepoTransactionPreCloseEvent.getLocalRepoManager()
Gets the
LocalRepoManager . |
LocalRepoManager |
LocalRepoTransactionPostCloseEvent.getLocalRepoManager()
Gets the
LocalRepoManager . |
LocalRepoManager |
LocalRepoManagerCloseEvent.getLocalRepoManager() |
LocalRepoManager |
LocalRepoTransaction.getLocalRepoManager() |
Constructor and Description |
---|
LocalRepoManagerCloseEvent(Object source,
LocalRepoManager localRepoManager,
boolean backend) |
Modifier and Type | Field and Description |
---|---|
protected LocalRepoManager |
RepoToRepoSync.localRepoManager |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForExistingRepository(File localRoot) |
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForNewRepository(File localRoot) |
LocalRepoManager |
LocalRepoTransactionImpl.getLocalRepoManager() |
protected LocalRepoManager |
LocalRepoMetaDataImpl.getLocalRepoManager()
Gets the
LocalRepoManager . |
protected LocalRepoManager |
LocalRepoMetaDataImpl.getLocalRepoManagerOrFail() |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalRepoMetaDataImpl.setLocalRepoManager(LocalRepoManager localRepoManager) |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
FileRepoTransport.getLocalRepoManager() |
protected LocalRepoManager |
ChangeSetDtoBuilder.getLocalRepoManager() |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
RestRepoTransport.getLocalRepoManager() |
Copyright © 2013–2019. All rights reserved.