Skip to content

Commit

Permalink
FORGE-801: Added ResourceTransaction and XADisk as the underlying imp…
Browse files Browse the repository at this point in the history
…lementation
  • Loading branch information
gastaldi committed Oct 2, 2013
1 parent cfd4e85 commit 6be70ed
Show file tree
Hide file tree
Showing 14 changed files with 1,033 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.jboss.forge.addon.resource.ResourceFactory;
import org.jboss.forge.addon.resource.ResourceFilter;
import org.jboss.forge.addon.resource.monitor.ResourceMonitor;
import org.jboss.forge.addon.resource.transaction.ResourceTransaction;

/**
* Simple {@link ResourceFactory} for working outside of a container environment.
Expand Down Expand Up @@ -72,4 +73,10 @@ public ResourceMonitor monitor(Resource<?> resource, ResourceFilter resourceFilt
{
throw new UnsupportedOperationException();
}

@Override
public ResourceTransaction getTransaction()
{
throw new UnsupportedOperationException();
}
}
Loading

0 comments on commit 6be70ed

Please sign in to comment.