Class ApplicationConfig

java.lang.Object
org.duracloud.common.util.ApplicationConfig
Direct Known Subclasses:
ExceptionMessages

public class ApplicationConfig extends Object
Author:
Andrew Woods
  • Field Details

    • log

      protected static final org.slf4j.Logger log
  • Constructor Details

    • ApplicationConfig

      protected ApplicationConfig()
  • Method Details

    • getPropsFromResource

      public static Properties getPropsFromResource(String resourceName)
    • getPropsFromXml

      public static Properties getPropsFromXml(String propsXml)
    • getPropsFromXmlStream

      public static Properties getPropsFromXmlStream(InputStream propsXmlStream)
    • getPropsFromXmlResource

      public static Properties getPropsFromXmlResource(String resourceName)
    • getXmlFromProps

      public static String getXmlFromProps(Properties props)