Class AbstractTagImporter

    • Field Detail

      • selectedTarget

        protected TagPath selectedTarget
      • file

        protected java.io.File file
      • fileLocale

        protected java.util.Locale fileLocale
    • Constructor Detail

      • AbstractTagImporter

        public AbstractTagImporter​(java.io.File file,
                                   TagPath selectedTarget)
    • Method Detail

      • getLoggerName

        protected abstract java.lang.String getLoggerName()
      • getLogger

        public LoggerEx getLogger()
      • importFromString

        public abstract java.util.List<TagConfiguration> importFromString​(java.lang.String importStr,
                                                                          TaskProgressListener listener)
                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception