| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Field and Description |
|---|---|
static ResourceProperty.Key |
ResourceProperty.AUTHOR |
static ResourceProperty.Key |
ResourceProperty.CREATION_DATE |
static ResourceProperty.Key |
ResourceProperty.LAST_MODIFIED_DATE |
static ResourceProperty.Key |
ResourceProperty.LOCK_STATUS |
static ResourceProperty.Key |
ResourceProperty.MD5_HASH |
static ResourceProperty.Key |
ResourceProperty.REPOSITORY_ID |
static ResourceProperty.Key |
ResourceProperty.RESOURCE |
static ResourceProperty.Key |
ResourceProperty.RESOURCE_TYPE |
static ResourceProperty.Key |
ResourceProperty.VERSION |
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty.Key |
ResourceProperty.getKey()
Returns the
ResourceProperty.Key of the ResourceProperty. |
| Modifier and Type | Method and Description |
|---|---|
int |
ResourceProperty.Key.compareTo(ResourceProperty.Key other) |
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.
|
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) |
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) |
Copyright © 2013–2017 shadowhunt. All rights reserved.