| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.repo.local | |
| co.codewizards.cloudstore.local |
Local repository management.
|
| co.codewizards.cloudstore.local.transport |
File-system-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 |
LocalRepoTransaction.getLocalRepoManager() |
LocalRepoManager |
LocalRepoManagerCloseEvent.getLocalRepoManager() |
| Constructor and Description |
|---|
LocalRepoManagerCloseEvent(Object source,
LocalRepoManager localRepoManager,
boolean backend) |
| Modifier and Type | Method and Description |
|---|---|
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForExistingRepository(File localRoot) |
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForNewRepository(File localRoot) |
LocalRepoManager |
LocalRepoTransactionImpl.getLocalRepoManager() |
| Modifier and Type | Method and Description |
|---|---|
protected LocalRepoManager |
FileRepoTransport.getLocalRepoManager() |
Copyright © 2013-2014. All Rights Reserved.