public class HomeLibraryConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ComponentConfiguration |
componentConfiguration |
protected static HomeLibraryConfiguration |
configuration |
protected static String |
DEFAULT_PROPERTY_FILES |
static String |
HOME_LIBRARY_PERSISTENCE_DIR_VARIABLE_NAME
Home Library persistence dir variable name.
|
protected org.slf4j.Logger |
logger |
protected static String |
PERSISTENCE_FOLDER |
protected ComponentProperties |
properties |
| Modifier | Constructor and Description |
|---|---|
protected |
HomeLibraryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getHomeManagerFactoryClass()
Returns the HomeManagerFactory class to use.
|
static HomeLibraryConfiguration |
getInstance()
Returns the
HomeLibraryConfiguration singleton instance. |
String |
getPersistenceFolder()
Returns the persistence folder.
|
public static final String HOME_LIBRARY_PERSISTENCE_DIR_VARIABLE_NAME
protected static final String PERSISTENCE_FOLDER
protected static final String DEFAULT_PROPERTY_FILES
protected static HomeLibraryConfiguration configuration
protected ComponentConfiguration componentConfiguration
protected ComponentProperties properties
protected org.slf4j.Logger logger
public static HomeLibraryConfiguration getInstance()
HomeLibraryConfiguration singleton instance.public Class<?> getHomeManagerFactoryClass() throws ClassNotFoundException
ClassNotFoundException - if the specified class is not found.public String getPersistenceFolder() throws InternalErrorException
InternalErrorException - if an error occurs calculating the persistence folder.Copyright © 2020. All Rights Reserved.