Class ExtensionSettings


  • public class ExtensionSettings
    extends java.lang.Object
    Class responsible for generating and generating settings for DataExtensions to the config.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createSection​(java.lang.String pluginName)  
      java.util.Set<java.lang.String> getDisabled()  
      boolean hasSection​(java.lang.String pluginName)  
      boolean isEnabled​(java.lang.String pluginName)  
      • Methods inherited from class java.lang.Object

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

      • ExtensionSettings

        public ExtensionSettings​(PlanConfig config)
    • Method Detail

      • hasSection

        public boolean hasSection​(java.lang.String pluginName)
      • createSection

        public void createSection​(java.lang.String pluginName)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • isEnabled

        public boolean isEnabled​(java.lang.String pluginName)
      • getDisabled

        public java.util.Set<java.lang.String> getDisabled()