Documentation of 'org.jgap.data.config.ConfigWriter' Java class
ConfigWriter
org.jgap.data.config

Class ConfigWriter



  • public final class ConfigWriter
    extends java.lang.Object
    This class is a Singleton that generates a properties file from classes implementing IConfigInfo.
    Since:
    2.3
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static ConfigWriter getInstance()
      Method to create and access the Singleton ConfigWriter instance.
      void write(IConfigInfo a_cInfo)
      Persist the configuration information as selected by the user.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static ConfigWriter getInstance()
        Method to create and access the Singleton ConfigWriter instance.
        Returns:
        a ConfigWriter Singleton instance.
        Since:
        2.3
      • write

        public void write(IConfigInfo a_cInfo)
        Persist the configuration information as selected by the user.
        Parameters:
        a_cInfo - configuration Information to persist
        Since:
        2.3

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.