org.openl.rules.repository
Class RulesRepositoryFactory

java.lang.Object
  extended by org.openl.rules.repository.RulesRepositoryFactory

public class RulesRepositoryFactory
extends Object

Repository Factory. It is Abstract Factory.

Takes init values from repository.properties file.

Author:
Aleh Bykhavets

Field Summary
static String MSG_FAILED
           
static String PROP_FILE
           
 
Constructor Summary
RulesRepositoryFactory()
           
 
Method Summary
static RRepository getRepositoryInstance()
           
static boolean isFailed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FILE

public static final String PROP_FILE
See Also:
Constant Field Values

MSG_FAILED

public static final String MSG_FAILED
See Also:
Constant Field Values
Constructor Detail

RulesRepositoryFactory

public RulesRepositoryFactory()
Method Detail

getRepositoryInstance

public static RRepository getRepositoryInstance()
                                         throws RRepositoryException
Throws:
RRepositoryException

isFailed

public static boolean isFailed()


Copyright © 2010. All Rights Reserved.