Class ArchiverFactory

    • Constructor Detail

      • ArchiverFactory

        public ArchiverFactory()
    • Method Detail

      • createZipWithPrefix

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public static ArchiverFactory createZipWithPrefix​(String prefix,
                                                          OpenOption... openOptions)
        Zip format, with prefix and optional OpenOptions.
        Parameters:
        prefix - The portion of file path that will be added at the beginning of the relative path inside the archive. If non-empty, a trailing forward slash will be enforced.
        openOptions - the options to apply when opening files.