Class ZipAwareBrowser

  • All Implemented Interfaces:
    Browser

    public class ZipAwareBrowser
    extends Object
    implements Browser
    A decorator that supports traversing through zip (tar.gz, etc.) archives. The list of supported archives see in ArchiveUtil.getArchiveType(String).

    Zip inside zip is supported.

    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Field Detail

      • BEHAVIOUR

        public static final Behaviour BEHAVIOUR
    • Constructor Detail

      • ZipAwareBrowser

        public ZipAwareBrowser​(@NotNull
                               Browser browser)
      • ZipAwareBrowser

        public ZipAwareBrowser​(@NotNull
                               Browser browser,
                               boolean expandNestedArchives)