| Package | Description |
|---|---|
| org.jboss.forge.resource | |
| org.jboss.forge.resource.transaction |
| Modifier and Type | Method and Description |
|---|---|
DirectoryResource |
DirectoryResource.getChildDirectory(String name)
Obtain a reference to the child
DirectoryResource. |
<E,T extends Resource<E>> |
DirectoryResource.getChildOfType(Class<T> type,
String name)
Using the given type, obtain a reference to the child resource of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTransaction.commit()
Attempt to commit this transaction, discarding the current
ChangeSet. |
void |
ResourceTransaction.rollback()
Rolls back this transaction.
|
ResourceTransaction |
ResourceTransactionManager.startTransaction()
Start a new transaction.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.