| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ResourceProperty> |
ResourceProperty.TYPE_NAME_COMPARATOR
Comparator that compares ResourceProperty by their type and name |
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty[] |
Info.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.propertiesDelete(Transaction transaction,
Resource resource,
ResourceProperty... properties)
Remove the given properties form the resource
|
void |
Repository.propertiesSet(Transaction transaction,
Resource resource,
ResourceProperty... properties)
Set the given properties for the resource (new properties will be added, existing properties will be overridden)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBaseRepository.propertiesDelete(Transaction transaction,
Resource resource,
ResourceProperty... properties) |
void |
AbstractBaseRepository.propertiesSet(Transaction transaction,
Resource resource,
ResourceProperty... properties) |
Copyright © 2013–2014 shadowhunt. All rights reserved.