Skip navigation links
A C E H I L M O P S T V Z 

A

accept(File, String) - Method in class io.github.zlika.reproducible.PatternFileNameFilter
 
addFileStripper(String, Stripper) - Method in class io.github.zlika.reproducible.ZipStripper
Adds a stripper for a given file in the Zip.

C

createInputStream(File) - Method in class io.github.zlika.reproducible.TarBzStripper
 
createInputStream(File) - Method in class io.github.zlika.reproducible.TarGzStripper
 
createInputStream(File) - Method in class io.github.zlika.reproducible.TarStripper
Factory that create a new instance of tar input stream, for allow extension for different file compression format.
createOutputStream(File) - Method in class io.github.zlika.reproducible.TarBzStripper
 
createOutputStream(File) - Method in class io.github.zlika.reproducible.TarGzStripper
 
createOutputStream(File) - Method in class io.github.zlika.reproducible.TarStripper
Factory that create a new instance of tar output stream, for allow extension for different file compression format.

E

execute() - Method in class io.github.zlika.reproducible.HelpMojo
execute() - Method in class io.github.zlika.reproducible.StripJarMojo
 
execute() - Method in class io.github.zlika.reproducible.StripJaxbMojo
 

H

HelpMojo - Class in io.github.zlika.reproducible
Display help information on reproducible-build-maven-plugin.
Call mvn reproducible-build:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class io.github.zlika.reproducible.HelpMojo
 

I

io.github.zlika.reproducible - package io.github.zlika.reproducible
 

L

LineEndingsStripper - Enum in io.github.zlika.reproducible
Replace line endings by platform agnostic line endings.

M

ManifestStripper - Class in io.github.zlika.reproducible
Strips non-reproducible data from MANIFEST files.
ManifestStripper() - Constructor for class io.github.zlika.reproducible.ManifestStripper
Creates a stripper that will remove a default list of manifest attributes.
ManifestStripper(List<String>) - Constructor for class io.github.zlika.reproducible.ManifestStripper
Creates a stripper that will remove a default list of manifest attributes plus additional user-specified attributes.

O

of(Log, List<String>, List<String>, List<String>) - Static method in class io.github.zlika.reproducible.PatternFileNameFilter
Construct a new pattern-based filename filter.

P

PatternFileNameFilter - Class in io.github.zlika.reproducible
A pattern-based filename filter.
PropertiesFileStripper - Class in io.github.zlika.reproducible
Strips non-reproducible data from a properties file.
PropertiesFileStripper(String...) - Constructor for class io.github.zlika.reproducible.PropertiesFileStripper
Constructor.

S

SpringBootExecutableStripper - Class in io.github.zlika.reproducible
Strips non-reproducible data from a JAR/WAR/ZIP file repackaged by the spring-boot-maven-plugin plugin.
SpringBootExecutableStripper(boolean, DefaultZipStripper) - Constructor for class io.github.zlika.reproducible.SpringBootExecutableStripper
Constructor.
strip(File, File) - Method in enum io.github.zlika.reproducible.LineEndingsStripper
 
strip(File, File) - Method in class io.github.zlika.reproducible.ManifestStripper
 
strip(File, File) - Method in class io.github.zlika.reproducible.PropertiesFileStripper
 
strip(File, File) - Method in class io.github.zlika.reproducible.SpringBootExecutableStripper
 
strip(File, File) - Method in interface io.github.zlika.reproducible.Stripper
Strips non-reproducible data.
strip(File, File) - Method in class io.github.zlika.reproducible.TarStripper
 
strip(File, File) - Method in class io.github.zlika.reproducible.ZipStripper
 
StripJarMojo - Class in io.github.zlika.reproducible
Fixes the produced artifacts (ZIP/JAR/WAR/EAR) to make the build reproducible.
StripJarMojo() - Constructor for class io.github.zlika.reproducible.StripJarMojo
 
StripJaxbMojo - Class in io.github.zlika.reproducible
Normalizes ObjectFactory java files generated by the JAXB xjc tool and removes timestamps from JAXB generated files.
StripJaxbMojo() - Constructor for class io.github.zlika.reproducible.StripJaxbMojo
 
Stripper - Interface in io.github.zlika.reproducible
Generic interface for stripping non-reproducible data.

T

TarBzStripper - Class in io.github.zlika.reproducible
Stripper implementation for tar compressed with bz2.
TarBzStripper(LocalDateTime) - Constructor for class io.github.zlika.reproducible.TarBzStripper
Constructor.
TarGzStripper - Class in io.github.zlika.reproducible
Stripper implementation for support Tar compressed with gzip.
TarGzStripper(LocalDateTime) - Constructor for class io.github.zlika.reproducible.TarGzStripper
Constructor.
TarStripper - Class in io.github.zlika.reproducible
Strip Tar archives of file dates and users,groups informations that are not reproducible.
TarStripper(LocalDateTime) - Constructor for class io.github.zlika.reproducible.TarStripper
Constructor.

V

valueOf(String) - Static method in enum io.github.zlika.reproducible.LineEndingsStripper
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.zlika.reproducible.LineEndingsStripper
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZipStripper - Class in io.github.zlika.reproducible
Strips non-reproducible data from a ZIP file.
ZipStripper() - Constructor for class io.github.zlika.reproducible.ZipStripper
Creates ZipStripper with default timestamp (ZipStripper.DEFAULT_ZIP_TIMESTAMP) for zip archive entries.
ZipStripper(LocalDateTime, boolean) - Constructor for class io.github.zlika.reproducible.ZipStripper
Creates ZipStripper with specified configuration.
A C E H I L M O P S T V Z 
Skip navigation links

Copyright © 2015–1970. All rights reserved.