Class ApplicationConfigXml<CONFIG>

java.lang.Object
org.teamapps.application.api.config.ApplicationConfigXml<CONFIG>

public class ApplicationConfigXml<CONFIG>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ApplicationConfigXml()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getConfigXml​(CONFIG config)  
    CONFIG readConfigFile​(java.io.File xml)  
    CONFIG readConfigFile​(java.lang.String xml)  
    void writeConfig​(CONFIG config, java.io.File file)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApplicationConfigXml

      public ApplicationConfigXml()
  • Method Details

    • readConfigFile

      public CONFIG readConfigFile​(java.lang.String xml)
    • readConfigFile

      public CONFIG readConfigFile​(java.io.File xml)
    • getConfigXml

      public java.lang.String getConfigXml​(CONFIG config)
    • writeConfig

      public void writeConfig​(CONFIG config, java.io.File file) throws java.io.IOException
      Throws:
      java.io.IOException