Class DynamicConverter<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicConverter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addError​(java.lang.String msg)
      Deprecated.
       
      void addError​(java.lang.String msg, java.lang.Throwable ex)
      Deprecated.
       
      void addInfo​(java.lang.String msg)
      Deprecated.
       
      void addInfo​(java.lang.String msg, java.lang.Throwable ex)
      Deprecated.
       
      void addStatus​(Status status)
      Deprecated.
       
      void addWarn​(java.lang.String msg)
      Deprecated.
       
      void addWarn​(java.lang.String msg, java.lang.Throwable ex)
      Deprecated.
       
      Context getContext()
      Deprecated.
       
      java.lang.String getFirstOption()
      Deprecated.
      Return the first option passed to this component.
      boolean isStarted()
      Deprecated.
       
      void setContext​(Context context)
      Deprecated.
       
      void setOptionList​(java.util.List<java.lang.String> optionList)
      Deprecated.
       
      void start()
      Deprecated.
      Components that depend on options passed during configuration can override this method in order to make appropriate use of those options.
      void stop()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • DynamicConverter

        public DynamicConverter()
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Components that depend on options passed during configuration can override this method in order to make appropriate use of those options. For simpler components, the trivial implementation found in this abstract class will be sufficient.
        Specified by:
        start in interface LifeCycle
      • stop

        public void stop()
        Deprecated.
        Specified by:
        stop in interface LifeCycle
      • isStarted

        public boolean isStarted()
        Deprecated.
        Specified by:
        isStarted in interface LifeCycle
      • setOptionList

        public void setOptionList​(java.util.List<java.lang.String> optionList)
        Deprecated.
      • getFirstOption

        public java.lang.String getFirstOption()
        Deprecated.
        Return the first option passed to this component. The returned value may be null if there are no options.
        Returns:
        First option, may be null.
      • addInfo

        public void addInfo​(java.lang.String msg)
        Deprecated.
        Specified by:
        addInfo in interface ContextAware
      • addInfo

        public void addInfo​(java.lang.String msg,
                            java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addInfo in interface ContextAware
      • addWarn

        public void addWarn​(java.lang.String msg)
        Deprecated.
        Specified by:
        addWarn in interface ContextAware
      • addWarn

        public void addWarn​(java.lang.String msg,
                            java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addWarn in interface ContextAware
      • addError

        public void addError​(java.lang.String msg)
        Deprecated.
        Specified by:
        addError in interface ContextAware
      • addError

        public void addError​(java.lang.String msg,
                             java.lang.Throwable ex)
        Deprecated.
        Specified by:
        addError in interface ContextAware