org.jboss.seam.jcr.test
Class Utils

java.lang.Object
  extended by org.jboss.seam.jcr.test.Utils

public class Utils
extends Object

Author:
jament

Constructor Summary
Utils()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive baseJackrabbitDeployment()
           
static org.jboss.shrinkwrap.api.spec.WebArchive baseModeshapeDeployment()
           
static boolean isJackrabbit()
           
static boolean isModeshape()
           
static javax.jcr.RepositoryFactory locateRepositoryFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

baseModeshapeDeployment

public static org.jboss.shrinkwrap.api.spec.WebArchive baseModeshapeDeployment()

baseJackrabbitDeployment

public static org.jboss.shrinkwrap.api.spec.WebArchive baseJackrabbitDeployment()

locateRepositoryFactory

public static javax.jcr.RepositoryFactory locateRepositoryFactory()

isModeshape

public static boolean isModeshape()

isJackrabbit

public static boolean isJackrabbit()


Copyright © 2011 Seam Framework. All Rights Reserved.