|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.docstore.util.DocStoreEnvUtil
public class DocStoreEnvUtil
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 |
---|
public static final String DOCSTORE_ROOT_DIR
public static final String DOCSTORE_ROOT_DEFAULT
public static final String DOCSTORE_ROOT_TEST_DEFAULT
public static final String DOCSTORE_PROPERTIES_FOLDER
public static final String DOCSTORE_PROPERTIES_FILE
public static final String DOCSTORE_JACKRABBIT_FOLDER
public static final String DOCSTORE_JACKRABBIT_CONFIG_FOLDER
public static final String DOCSTORE_JACKRABBIT_PROPERTIES_FILE
public static final String DOCSTORE_LOG4J_PROPERTIES_FILE
public static final String DOCSTORE_DOCUMENTCONFIG_FILE
public static final String DOC_STORE_PROPERTIES_FILE_SYS_PROP
protected String docStorePropertiesFilePath
protected String rootFolderPath
protected String docStorePropertiesFolderPath
protected String jackrabbitFolderPath
protected String jackrabbitPropertyFilePath
protected String docStoreDocumentConfigFilePath
protected String jackrabbitConfigFolderPath
Constructor Detail |
---|
public DocStoreEnvUtil()
Method Detail |
---|
public void initEnvironment() throws IOException
IOException
public void initTestEnvironment() throws IOException
IOException
protected void initEnv(String defaultRootValue) throws IOException
ole.docstore.home
is guaranteed to be set.
IOException
public String getDocStoreRoot(String defaultValue)
public void initPathValues(String docStoreRoot)
public void initEnvironmentCommon(String docStoreRoot)
protected List<ResourceItem> getResourceItems()
ResourceItem
objects representing resources required by the docstore application.
public void printEnvironment()
public void logEnvironment()
public String getDocStorePropertiesFolderPath()
public void setDocStorePropertiesFolderPath(String docStorePropertiesFolderPath)
public String getDocStorePropertiesFilePath()
public void setDocStorePropertiesFilePath(String docStorePropertiesFilePath)
public String getJackrabbitFolderPath()
public void setJackrabbitFolderPath(String jackrabbitFolderPath)
public String getJackrabbitPropertyFilePath()
public void setJackrabbitPropertyFilePath(String jackrabbitPropertyFilePath)
public String getRootFolderPath()
public void setRootFolderPath(String rootFolderPath)
public String getJackrabbitConfigFolderPath()
public void setJackrabbitConfigFolderPath(String jackrabbitConfigFolderPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |