Package | Description |
---|---|
org.kepler.objectmanager.cache |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager.LocalRepository |
LocalRepositoryManager.getContainingLocalRepository(java.io.File aFile)
Given a file, return the local repository that it is in or null if it is
not in a local repository.
|
LocalRepositoryManager.LocalRepository |
LocalRepositoryManager.getRepositoryForFile(java.io.File file)
Get the repository for a file.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<LocalRepositoryManager.LocalRepository,java.lang.String> |
LocalRepositoryManager.getLocalRepositories() |
java.util.LinkedHashMap<LocalRepositoryManager.LocalRepository,java.lang.String> |
LocalRepositoryManager.selectReposFromDB() |
Modifier and Type | Method and Description |
---|---|
void |
LocalRepositoryManager.refreshFolderModelForRepo(LocalRepositoryManager.LocalRepository repo)
Refresh the folder model for the specified local repository.
|