| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Method and Description |
|---|---|
static Transaction.Status |
Transaction.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Status[] |
Transaction.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Resource,Transaction.Status> |
Transaction.getChangeSet()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Transaction.register(Resource resource,
Transaction.Status status)
Tell the
Transaction the specified Resource will be
affected during Repository.commit(Transaction, String, boolean). |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Status |
TransactionImpl.status(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
Map<Resource,Transaction.Status> |
TransactionImpl.getChangeSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransactionImpl.register(Resource resource,
Transaction.Status status) |
Copyright © 2013–2017 shadowhunt. All rights reserved.