Package org.jpos.q2

Class SimpleConfigurationFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Configuration getConfiguration​(org.jdom2.Element e)  
      protected java.util.List<java.lang.String> getFiles​(java.lang.String baseFile, java.lang.String environmnents)  
      protected void processFile​(java.util.Properties props, java.lang.String baseFile, boolean isEnv)  
      protected void processProperty​(java.util.Properties props, java.lang.String name, java.lang.String value)  
      protected boolean readPropertyFile​(java.util.Properties props, java.lang.String fileName)  
      protected boolean readYAML​(java.util.Properties props, java.lang.String fileName)  
      protected boolean readYamlFile​(java.util.Properties props, java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait