Class ParameterBuilderConfig

  • All Implemented Interfaces:
    java.util.Observer

    public class ParameterBuilderConfig
    extends java.lang.Object
    implements java.util.Observer
    This class is responsible for handling ParameterBuilder configurations.
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • update

        public void update​(java.util.Observable o,
                           java.lang.Object arg)
        Specified by:
        update in interface java.util.Observer
      • getPersistParametersInJson

        public java.lang.String getPersistParametersInJson​(ContainerServices cs)