| 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()
Returns an array of the custom
ResourceProperty. |
| 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) |
protected void |
AbstractBaseRepository.propertiesUpdate(Transaction transaction,
QualifiedResource resource,
de.shadowhunt.subversion.internal.PropertiesUpdateOperation.Type type,
ResourceProperty... properties) |
Copyright © 2013–2017 shadowhunt. All rights reserved.