| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Info> |
Info.RESOURCE_COMPARATOR
|
| Modifier and Type | Method and Description |
|---|---|
Info |
Repository.info(Resource resource,
Revision revision)
Retrieve information for the resource
|
| Modifier and Type | Method and Description |
|---|---|
Set<Info> |
Repository.list(Resource resource,
Revision revision,
Depth depth)
Retrieve information for the resource in the given revision and its child resources (depending on depth parameter)
|
| Modifier and Type | Method and Description |
|---|---|
Info |
RepositoryCache.get(Resource resource,
Revision revision) |
Info |
AbstractBaseRepository.info(Resource resource,
Revision revision) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Info> |
AbstractBaseRepository.getInfosWithLockTokens(Transaction transaction) |
Set<Info> |
AbstractBaseRepository.list(Resource resource,
Revision revision,
Depth depth) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryCache.put(Info info) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryCache.putAll(Collection<Info> collection) |
| Constructor and Description |
|---|
MergeOperation(URI repository,
Resource resource,
Set<Info> infos) |
Copyright © 2013–2014 shadowhunt. All rights reserved.