Package org.fcrepo.camel.common.config
Class BasePropsConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
@PropertySource(value="file:${fcrepo-camel-toolbox.home:fcrepo-camel-toolbox-home}/config/fcrepo-camel-toolbox.properties",ignoreResourceNotFound=true) @PropertySource(value="file:${fcrepo.camel.toolbox.config.file}",ignoreResourceNotFound=true) public abstract class BasePropsConfig extends ObjectA base class for property configs- Author:
- dbernstein
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_FCREPO_CAMEL_TOOLBOX_CONFIG_FILE_PROP_SOURCEstatic StringDEFAULT_FCREPO_HOME_VALUEstatic StringFCREPO_CAMEL_CONFIG_FILE_PROP_SOURCEstatic StringFCREPO_CAMEL_CONFIG_FILE_PROPERTYstatic StringFCREPO_CAMEL_TOOLBOX_HOME_PROPERTY
-
Constructor Summary
Constructors Constructor Description BasePropsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFcrepoAuthHost()StringgetFcrepoBaseUrl()StringgetFcrepoPassword()StringgetFcrepoUsername()intgetMaxRedeliveries()
-
-
-
Field Detail
-
FCREPO_CAMEL_TOOLBOX_HOME_PROPERTY
public static final String FCREPO_CAMEL_TOOLBOX_HOME_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_FCREPO_HOME_VALUE
public static final String DEFAULT_FCREPO_HOME_VALUE
- See Also:
- Constant Field Values
-
DEFAULT_FCREPO_CAMEL_TOOLBOX_CONFIG_FILE_PROP_SOURCE
public static final String DEFAULT_FCREPO_CAMEL_TOOLBOX_CONFIG_FILE_PROP_SOURCE
- See Also:
- Constant Field Values
-
FCREPO_CAMEL_CONFIG_FILE_PROPERTY
public static final String FCREPO_CAMEL_CONFIG_FILE_PROPERTY
- See Also:
- Constant Field Values
-
FCREPO_CAMEL_CONFIG_FILE_PROP_SOURCE
public static final String FCREPO_CAMEL_CONFIG_FILE_PROP_SOURCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BasePropsConfig
public BasePropsConfig()
-
-
Method Detail
-
getMaxRedeliveries
public int getMaxRedeliveries()
-
getFcrepoBaseUrl
public String getFcrepoBaseUrl()
-
getFcrepoUsername
public String getFcrepoUsername()
-
getFcrepoPassword
public String getFcrepoPassword()
-
getFcrepoAuthHost
public String getFcrepoAuthHost()
-
-