Package org.duracloud.common.util
Class ApplicationConfig
java.lang.Object
org.duracloud.common.util.ApplicationConfig
- Direct Known Subclasses:
ExceptionMessages
- Author:
- Andrew Woods
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesgetPropsFromResource(String resourceName) static PropertiesgetPropsFromXml(String propsXml) static PropertiesgetPropsFromXmlResource(String resourceName) static PropertiesgetPropsFromXmlStream(InputStream propsXmlStream) static StringgetXmlFromProps(Properties props)
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
ApplicationConfig
protected ApplicationConfig()
-
-
Method Details
-
getPropsFromResource
-
getPropsFromXml
-
getPropsFromXmlStream
-
getPropsFromXmlResource
-
getXmlFromProps
-