Class PluginUnpackerBase<T>

    • Field Detail

      • LOG

        @NotNull
        protected final Logger LOG
      • myConfig

        @NotNull
        protected final T myConfig
      • TEAMCITY_USE_ARCHIVE_EXTRACTOR_MANAGER

        public static final String TEAMCITY_USE_ARCHIVE_EXTRACTOR_MANAGER
        See Also:
        Constant Field Values
    • Constructor Detail

      • PluginUnpackerBase

        protected PluginUnpackerBase​(@NotNull
                                     T config,
                                     @NotNull
                                     ArchiveExtractorManager archiveExtractorManager)