Class AbstractReaderGenerator

    • Constructor Detail

      • AbstractReaderGenerator

        public AbstractReaderGenerator()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected String check()
        Hook method for checks.
        Returns:
        null if checks passed, otherwise error message
      • doGenerate

        protected abstract Reader doGenerate()
                                      throws Exception
        Generates the Reader instance.
        Returns:
        the Reader
        Throws:
        Exception - if generation fails
      • generate

        public Reader generate()
                        throws Exception
        Generates the Reader instance.
        Returns:
        the Reader
        Throws:
        Exception - if generation fails