| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Method and Description |
|---|---|
static Depth |
Depth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Depth[] |
Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
|---|---|
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.