org.kuali.ole.docstore.util
Class DocStoreEnvUtil

java.lang.Object
  extended by org.kuali.ole.docstore.util.DocStoreEnvUtil

public class DocStoreEnvUtil
extends Object

Created by IntelliJ IDEA. User: Sreekanth Date: 6/6/12 Time: 3:19 PM To change this template use File | Settings | File Templates.


Field Summary
static String DOC_STORE_PROPERTIES_FILE_SYS_PROP
           
static String DOCSTORE_DOCUMENTCONFIG_FILE
           
static String DOCSTORE_JACKRABBIT_CONFIG_FOLDER
           
static String DOCSTORE_JACKRABBIT_FOLDER
           
static String DOCSTORE_JACKRABBIT_PROPERTIES_FILE
           
static String DOCSTORE_LOG4J_PROPERTIES_FILE
           
static String DOCSTORE_PROPERTIES_FILE
           
static String DOCSTORE_PROPERTIES_FOLDER
           
static String DOCSTORE_ROOT_DEFAULT
           
static String DOCSTORE_ROOT_DIR
           
static String DOCSTORE_ROOT_TEST_DEFAULT
           
protected  String docStoreDocumentConfigFilePath
           
protected  String docStorePropertiesFilePath
           
protected  String docStorePropertiesFolderPath
           
protected  String jackrabbitConfigFolderPath
           
protected  String jackrabbitFolderPath
           
protected  String jackrabbitPropertyFilePath
           
protected  String rootFolderPath
           
 
Constructor Summary
DocStoreEnvUtil()
           
 
Method Summary
 String getDocStorePropertiesFilePath()
           
 String getDocStorePropertiesFolderPath()
           
 String getDocStoreRoot(String defaultValue)
          Calculate the correct home directory for docstore based on system properties and environment.
 String getJackrabbitConfigFolderPath()
           
 String getJackrabbitFolderPath()
           
 String getJackrabbitPropertyFilePath()
           
protected  List<ResourceItem> getResourceItems()
          Return a list of ResourceItem objects representing resources required by the docstore application.
 String getRootFolderPath()
           
protected  void initEnv(String defaultRootValue)
          Configure the home directory for docstore.
 void initEnvironment()
          Initializes environment for normal use of docStore.
 void initEnvironmentCommon(String docStoreRoot)
          Initializes an environment for the DocStore application at the given root folder.
 void initPathValues(String docStoreRoot)
           
 void initTestEnvironment()
          Initializes environment for testing.
 void logEnvironment()
           
 void printEnvironment()
           
 void setDocStorePropertiesFilePath(String docStorePropertiesFilePath)
           
 void setDocStorePropertiesFolderPath(String docStorePropertiesFolderPath)
           
 void setJackrabbitConfigFolderPath(String jackrabbitConfigFolderPath)
           
 void setJackrabbitFolderPath(String jackrabbitFolderPath)
           
 void setJackrabbitPropertyFilePath(String jackrabbitPropertyFilePath)
           
 void setRootFolderPath(String rootFolderPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCSTORE_ROOT_DIR

public static final String DOCSTORE_ROOT_DIR
See Also:
Constant Field Values

DOCSTORE_ROOT_DEFAULT

public static final String DOCSTORE_ROOT_DEFAULT
See Also:
Constant Field Values

DOCSTORE_ROOT_TEST_DEFAULT

public static final String DOCSTORE_ROOT_TEST_DEFAULT
See Also:
Constant Field Values

DOCSTORE_PROPERTIES_FOLDER

public static final String DOCSTORE_PROPERTIES_FOLDER
See Also:
Constant Field Values

DOCSTORE_PROPERTIES_FILE

public static final String DOCSTORE_PROPERTIES_FILE
See Also:
Constant Field Values

DOCSTORE_JACKRABBIT_FOLDER

public static final String DOCSTORE_JACKRABBIT_FOLDER
See Also:
Constant Field Values

DOCSTORE_JACKRABBIT_CONFIG_FOLDER

public static final String DOCSTORE_JACKRABBIT_CONFIG_FOLDER
See Also:
Constant Field Values

DOCSTORE_JACKRABBIT_PROPERTIES_FILE

public static final String DOCSTORE_JACKRABBIT_PROPERTIES_FILE
See Also:
Constant Field Values

DOCSTORE_LOG4J_PROPERTIES_FILE

public static final String DOCSTORE_LOG4J_PROPERTIES_FILE
See Also:
Constant Field Values

DOCSTORE_DOCUMENTCONFIG_FILE

public static final String DOCSTORE_DOCUMENTCONFIG_FILE
See Also:
Constant Field Values

DOC_STORE_PROPERTIES_FILE_SYS_PROP

public static final String DOC_STORE_PROPERTIES_FILE_SYS_PROP
See Also:
Constant Field Values

docStorePropertiesFilePath

protected String docStorePropertiesFilePath

rootFolderPath

protected String rootFolderPath

docStorePropertiesFolderPath

protected String docStorePropertiesFolderPath

jackrabbitFolderPath

protected String jackrabbitFolderPath

jackrabbitPropertyFilePath

protected String jackrabbitPropertyFilePath

docStoreDocumentConfigFilePath

protected String docStoreDocumentConfigFilePath

jackrabbitConfigFolderPath

protected String jackrabbitConfigFolderPath
Constructor Detail

DocStoreEnvUtil

public DocStoreEnvUtil()
Method Detail

initEnvironment

public void initEnvironment()
                     throws IOException
Initializes environment for normal use of docStore. This should be called during web app initialization.

Throws:
IOException

initTestEnvironment

public void initTestEnvironment()
                         throws IOException
Initializes environment for testing. This should be called in all test cases.

Throws:
IOException

initEnv

protected void initEnv(String defaultRootValue)
                throws IOException
Configure the home directory for docstore. When this method returns the system property ole.docstore.home is guaranteed to be set.

Throws:
IOException

getDocStoreRoot

public String getDocStoreRoot(String defaultValue)
Calculate the correct home directory for docstore based on system properties and environment. If no system properties or environment variables are set, fall through to the default directory.


initPathValues

public void initPathValues(String docStoreRoot)

initEnvironmentCommon

public void initEnvironmentCommon(String docStoreRoot)
Initializes an environment for the DocStore application at the given root folder. Looks for necessary folders and files under the root folder. Any resources that already exist are left untouched. Any that are missing are created using default values.


getResourceItems

protected List<ResourceItem> getResourceItems()
Return a list of ResourceItem objects representing resources required by the docstore application.


printEnvironment

public void printEnvironment()

logEnvironment

public void logEnvironment()

getDocStorePropertiesFolderPath

public String getDocStorePropertiesFolderPath()

setDocStorePropertiesFolderPath

public void setDocStorePropertiesFolderPath(String docStorePropertiesFolderPath)

getDocStorePropertiesFilePath

public String getDocStorePropertiesFilePath()

setDocStorePropertiesFilePath

public void setDocStorePropertiesFilePath(String docStorePropertiesFilePath)

getJackrabbitFolderPath

public String getJackrabbitFolderPath()

setJackrabbitFolderPath

public void setJackrabbitFolderPath(String jackrabbitFolderPath)

getJackrabbitPropertyFilePath

public String getJackrabbitPropertyFilePath()

setJackrabbitPropertyFilePath

public void setJackrabbitPropertyFilePath(String jackrabbitPropertyFilePath)

getRootFolderPath

public String getRootFolderPath()

setRootFolderPath

public void setRootFolderPath(String rootFolderPath)

getJackrabbitConfigFolderPath

public String getJackrabbitConfigFolderPath()

setJackrabbitConfigFolderPath

public void setJackrabbitConfigFolderPath(String jackrabbitConfigFolderPath)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.