| 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,
ResourceProperty.Key... keys)
Retrieve information for the resource.
|
Info |
Repository.info(View view,
Resource resource,
Revision revision,
ResourceProperty.Key... keys)
Retrieve information for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Info> |
Repository.list(Resource resource,
Revision revision,
Depth depth,
ResourceProperty.Key... keys)
Retrieve information for the resource in the given revision and its child resources (depending on depth
parameter).
|
Set<Info> |
Repository.list(View view,
Resource resource,
Revision revision,
Depth depth,
ResourceProperty.Key... keys)
Retrieve information for the resource in the given revision and its child resources (depending on depth
parameter).
|
| Modifier and Type | Method and Description |
|---|---|
Info |
AbstractBaseRepository.info(Resource resource,
Revision revision,
ResourceProperty.Key... keys) |
Info |
AbstractBaseRepository.info(View view,
Resource resource,
Revision revision,
ResourceProperty.Key... keys) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Info> |
AbstractBaseRepository.getInfoSetWithLockTokens(Transaction transaction) |
Set<Info> |
AbstractBaseRepository.list(Resource resource,
Revision revision,
Depth depth,
ResourceProperty.Key... keys) |
Set<Info> |
AbstractBaseRepository.list(View view,
Resource resource,
Revision revision,
Depth depth,
ResourceProperty.Key... keys) |
| Constructor and Description |
|---|
MergeOperation(URI repository,
QualifiedResource resource,
Set<Info> infoSet,
Resource base,
boolean releaseLocks) |
Copyright © 2013–2017 shadowhunt. All rights reserved.