Uses of Record Class
cloud.opencode.base.io.compress.BombProtection
Packages that use BombProtection
-
Uses of BombProtection in cloud.opencode.base.io.compress
Methods in cloud.opencode.base.io.compress that return BombProtectionModifier and TypeMethodDescriptionZipOptions.bombProtection()Returns the value of thebombProtectionrecord component.static BombProtectionBombProtection.defaults()Default thresholds matching the historicalZipOptionsdefaults.Methods in cloud.opencode.base.io.compress with parameters of type BombProtectionModifier and TypeMethodDescriptionZipModifier.addEntries(Path zipFile, Collection<Path> sources, BombProtection caps) Convenience overload ofZipModifier.addEntries(Path, Collection)accepting an explicitBombProtectionpreset for the copy-existing-entries phase.ZipModifier.addEntries(Path zipFile, List<Path> sources, BombProtection caps) Adds files to an existing ZIP archive.ZipOptions.Builder.bombProtection(BombProtection protection) Replaces the anti-bomb preset wholesale.static intZipModifier.removeEntries(Path zipFile, Collection<String> entryNames, BombProtection caps) Removes entries by name from an existing ZIP archive.static intZipModifier.removeEntries(Path zipFile, List<String> entryNames, BombProtection caps) Convenience overload ofZipModifier.removeEntries(Path, List)accepting an explicitBombProtectionpreset for the copy-existing-entries phase.Constructors in cloud.opencode.base.io.compress with parameters of type BombProtectionModifierConstructorDescriptionZipOptions(int compressionLevel, String password, EncryptionMethod encryption, boolean zip64, String encoding, boolean includeRootDir, OverwritePolicy overwrite, List<String> excludePatterns, BombProtection bombProtection) Canonical constructor with normalisation and validation.