Class DynamicConverter<E>

    • Field Detail

      • started

        protected boolean started
        Is this component active?
    • Constructor Detail

      • DynamicConverter

        public DynamicConverter()
    • Method Detail

      • start

        public void start()
        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.
      • stop

        public void stop()
      • isStarted

        public boolean isStarted()
      • setOptionList

        public void setOptionList(List<String> optionList)
      • getFirstOption

        public String getFirstOption()
        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.
      • getOptionList

        protected List<String> getOptionList()
      • setContext

        public void setContext(Context context)
      • getContext

        public Context getContext()
      • addStatus

        public void addStatus(Status status)
      • addInfo

        public void addInfo(String msg)
      • addWarn

        public void addWarn(String msg)
      • addError

        public void addError(String msg)