| Modifier and Type | Class and Description |
|---|---|
class |
LineEndingsStripper
Replace line endings by platform agnostic line endings.
|
class |
ManifestStripper
Strips non-reproducible data from MANIFEST files.
|
class |
PropertiesFileStripper
Strips non-reproducible data from a properties file.
|
class |
SpringBootExecutableStripper
Strips non-reproducible data from a JAR/WAR/ZIP file repackaged by
the spring-boot-maven-plugin plugin.
|
class |
TarBzStripper
Stripper implementation for tar compressed with bz2.
|
class |
TarGzStripper
Stripper implementation for support Tar compressed with gzip.
|
class |
TarStripper
Strip Tar archives of file dates and users,groups informations that are not reproducible.
|
class |
ZipStripper
Strips non-reproducible data from a ZIP file.
|
| Modifier and Type | Method and Description |
|---|---|
ZipStripper |
ZipStripper.addFileStripper(String filename,
Stripper stripper)
Adds a stripper for a given file in the Zip.
|
Copyright © 2015–1970. All rights reserved.