org.drools.repository
Class RepositorySessionUtil

java.lang.Object
  extended by org.drools.repository.RepositorySessionUtil

public class RepositorySessionUtil
extends Object

This is a utility to simulate session behavior for the test suite.


Constructor Summary
RepositorySessionUtil()
           
 
Method Summary
static boolean deleteDir(File dir)
           
static RulesRepository getMultiThreadedRepository()
           
static RulesRepository getRepository()
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositorySessionUtil

public RepositorySessionUtil()
Method Detail

deleteDir

public static boolean deleteDir(File dir)

getRepository

public static RulesRepository getRepository()
                                     throws RulesRepositoryException
Throws:
RulesRepositoryException

getMultiThreadedRepository

public static RulesRepository getMultiThreadedRepository()
                                                  throws RulesRepositoryException
Throws:
RulesRepositoryException

shutdown

public static void shutdown()


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