Class Config


  • public class Config
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<DataObject> _CmsData  
      java.lang.String _RootFolder  
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Config fromFile​(java.lang.String FilePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
      • _CmsData

        @SerializedName("objects")
        public java.util.List<DataObject> _CmsData
      • _RootFolder

        public transient java.lang.String _RootFolder
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • fromFile

        public static Config fromFile​(java.lang.String FilePath)