Package | Description |
---|---|
co.codewizards.cloudstore.core.repo.local | |
co.codewizards.cloudstore.local |
Local repository management.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAlreadyRepositoryException
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is already a repository and the LocalRepoManager was instructed to create a new repository
from a simple file. |
class |
FileNoDirectoryException
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is not a directory . |
class |
FileNoRepositoryException
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is not yet a repository. |
class |
FileNotFoundException
Thrown if a
LocalRepoManager could not be created for a given File , because the file does not exist. |
class |
RepositoryCorruptException |
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 . |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForExistingRepository(File localRoot) |
LocalRepoManager |
LocalRepoManagerFactoryImpl.createLocalRepoManagerForNewRepository(File localRoot) |
Copyright © 2013-2014. All Rights Reserved.