Forge - Resource Addon API 2.0.0.Alpha3

Uses of Class
org.jboss.forge.resource.ResourceException

Packages that use ResourceException
org.jboss.forge.resource   
org.jboss.forge.resource.transaction   
 

Uses of ResourceException in org.jboss.forge.resource
 

Methods in org.jboss.forge.resource that throw ResourceException
 DirectoryResource DirectoryResource.getChildDirectory(String name)
          Obtain a reference to the child DirectoryResource.
<E,T extends Resource<E>>
T
DirectoryResource.getChildOfType(Class<T> type, String name)
          Using the given type, obtain a reference to the child resource of the given type.
 

Uses of ResourceException in org.jboss.forge.resource.transaction
 

Methods in org.jboss.forge.resource.transaction that throw ResourceException
 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.
 


Forge - Resource Addon API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.