Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.ManifestSection
- 
addManifestEntries.
- addManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
addManifestEntries.
- addManifestEntry(String, String) - Method in class org.apache.maven.archiver.ManifestSection
- 
addManifestEntry.
- addManifestEntry(String, String) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
addManifestEntry.
- addManifestSection(ManifestSection) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
addManifestSection.
- addManifestSections(List<ManifestSection>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
addManifestSections.
B
- BuildHelper - Class in org.apache.maven.archiver
- 
Helper to detect info about build info in a MavenProject, as configured in plugins.
- BuildHelper() - Constructor for class org.apache.maven.archiver.BuildHelper
C
- CLASSPATH_LAYOUT_TYPE_CUSTOM - Static variable in class org.apache.maven.archiver.ManifestConfiguration
- 
custom layout type.
- CLASSPATH_LAYOUT_TYPE_REPOSITORY - Static variable in class org.apache.maven.archiver.ManifestConfiguration
- 
The layout type
- CLASSPATH_LAYOUT_TYPE_SIMPLE - Static variable in class org.apache.maven.archiver.ManifestConfiguration
- 
The simple layout.
- configureReproducible(String) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Deprecated.
- configureReproducibleBuild(String) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Configure Reproducible Builds archive creation if a timestamp is provided.
- createArchive(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
- 
createArchive.
- createPomProperties(MavenSession, MavenProject, Archiver, File, File, boolean) - Method in class org.apache.maven.archiver.PomPropertiesUtil
- 
Deprecated.
- createPomProperties(MavenProject, Archiver, File, File, boolean) - Method in class org.apache.maven.archiver.PomPropertiesUtil
- 
Creates the pom.properties file.
D
- discoverJavaRelease(MavenProject) - Static method in class org.apache.maven.archiver.BuildHelper
- 
Tries to determine the target Java release from the following sources (until one is found) usereleaseconfiguration oforg.apache.maven.plugins:maven-compiler-pluginusemaven.compiler.release<property usetargetconfiguration oforg.apache.maven.plugins:maven-compiler-pluginusemaven.compiler.targetproperty
G
- getArchiver() - Method in class org.apache.maven.archiver.MavenArchiver
- 
Getter for the fieldarchiver.
- getClasspathLayoutType() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Return the type of layout to use when formatting classpath entries.
- getClasspathPrefix() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Getter for the fieldclasspathPrefix.
- getCompilerPlugin(MavenProject) - Static method in class org.apache.maven.archiver.BuildHelper
- getCustomClasspathLayout() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Retrieve the layout expression for use when the layout type set inManifestConfiguration.setClasspathLayoutType(String)has the value 'custom'.
- getMainClass() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Getter for the fieldmainClass.
- getManifest() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Getter for the fieldmanifest.
- getManifest(MavenSession, MavenProject, ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
- 
getManifest.
- getManifest(MavenSession, MavenProject, ManifestConfiguration, Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiver
- 
getManifest.
- getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
- 
getManifest.
- getManifest(MavenProject, ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Return a pre-configured manifest.
- getManifestEntries() - Method in class org.apache.maven.archiver.ManifestSection
- 
Getter for the fieldmanifestEntries.
- getManifestEntries() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Getter for the fieldmanifestEntries.
- getManifestFile() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Getter for the fieldmanifestFile.
- getManifestSections() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Getter for the fieldmanifestSections.
- getName() - Method in class org.apache.maven.archiver.ManifestSection
- 
Getter for the fieldname.
- getPackageName() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Getter for the fieldpackageName.
- getPlugin(MavenProject, String) - Static method in class org.apache.maven.archiver.BuildHelper
- 
Get plugin from project based on coordinatesgroupId:artifactId.
- getPluginParameter(MavenProject, Plugin, String, String) - Static method in class org.apache.maven.archiver.BuildHelper
- 
Get plugin parameter value if configured in current project.
- getPomPropertiesFile() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Returns the location of the "pom.properties" file.
I
- isAddBuildEnvironmentEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddBuildEnvironmentEntries.
- isAddClasspath() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddClasspath.
- isAddDefaultEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddDefaultEntries.
- isAddDefaultImplementationEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddDefaultImplementationEntries.
- isAddDefaultSpecificationEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddDefaultSpecificationEntries.
- isAddExtensions() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
isAddExtensions.
- isAddMavenDescriptor() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
isAddMavenDescriptor.
- isCompress() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
isCompress.
- isForced() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Returns, whether recreating the archive is forced (default).
- isIndex() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Deprecated.See JDK-8305597
- isManifestEntriesEmpty() - Method in class org.apache.maven.archiver.ManifestSection
- 
isManifestEntriesEmpty.
- isManifestEntriesEmpty() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
isManifestEntriesEmpty.
- isManifestSectionsEmpty() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
isManifestSectionsEmpty.
- isRecompressAddedZips() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
isRecompressAddedZips.
- isUseUniqueVersions() - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Retrieve the flag for whether snapshot artifacts should be added to the classpath using the timestamp/buildnumber version (the default, when this flag is true), or using the generic -SNAPSHOT version (when the flag is false).
M
- ManifestConfiguration - Class in org.apache.maven.archiver
- 
Capture common manifest configuration.
- ManifestConfiguration() - Constructor for class org.apache.maven.archiver.ManifestConfiguration
- ManifestSection - Class in org.apache.maven.archiver
- 
ManifestSection class.
- ManifestSection() - Constructor for class org.apache.maven.archiver.ManifestSection
- MavenArchiveConfiguration - Class in org.apache.maven.archiver
- 
Capture common archive configuration.
- MavenArchiveConfiguration() - Constructor for class org.apache.maven.archiver.MavenArchiveConfiguration
- MavenArchiver - Class in org.apache.maven.archiver
- 
MavenArchiver class.
- MavenArchiver() - Constructor for class org.apache.maven.archiver.MavenArchiver
N
- normalizeJavaVersion(String) - Static method in class org.apache.maven.archiver.BuildHelper
- 
Normalize Java version, for versions 5 to 8 where there is a 1.x alias.
O
- org.apache.maven.archiver - package org.apache.maven.archiver
P
- parseBuildOutputTimestamp(String) - Static method in class org.apache.maven.archiver.MavenArchiver
- 
Parse output timestamp configured for Reproducible Builds' archive entries.
- parseOutputTimestamp(String) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Deprecated.UseMavenArchiver.parseBuildOutputTimestamp(String)instead.
- PomPropertiesUtil - Class in org.apache.maven.archiver
- 
This class is responsible for creating thepom.propertiesfile inMETA-INF/maven/${groupId}/${artifactId}.
- PomPropertiesUtil() - Constructor for class org.apache.maven.archiver.PomPropertiesUtil
R
- REPOSITORY_LAYOUT - Static variable in class org.apache.maven.archiver.MavenArchiver
- 
Repository layout.
- REPOSITORY_LAYOUT_NONUNIQUE - Static variable in class org.apache.maven.archiver.MavenArchiver
- 
Repository layout non unique.
S
- setAddBuildEnvironmentEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddBuildEnvironmentEntries.
- setAddClasspath(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddClasspath.
- setAddDefaultEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddDefaultEntries.
- setAddDefaultImplementationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddDefaultImplementationEntries.
- setAddDefaultSpecificationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddDefaultSpecificationEntries.
- setAddExtensions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldaddExtensions.
- setAddMavenDescriptor(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldaddMavenDescriptor.
- setArchiver(JarArchiver) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Setter for the fieldarchiver.
- setBuildJdkSpecDefaultEntry(boolean) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Add "Build-Jdk-Spec" entry as part of default manifest entries (true by default).
- setClasspathLayoutType(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Set the type of layout to use when formatting classpath entries.
- setClasspathPrefix(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldclasspathPrefix.
- setCompress(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldcompress.
- setCreatedBy(String, String, String) - Method in class org.apache.maven.archiver.MavenArchiver
- 
Define a value for "Created By" entry.
- setCustomClasspathLayout(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Set the layout expression for use when the layout type set inManifestConfiguration.setClasspathLayoutType(String)has the value 'custom'.
- setForced(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Sets, whether recreating the archive is forced (default).
- setIndex(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Deprecated.See JDK-8305597
- setMainClass(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldmainClass.
- setManifest(ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldmanifest.
- setManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldmanifestEntries.
- setManifestFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldmanifestFile.
- setManifestSections(List<ManifestSection>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldmanifestSections.
- setName(String) - Method in class org.apache.maven.archiver.ManifestSection
- 
Setter for the fieldname.
- setOutputFile(File) - Method in class org.apache.maven.archiver.MavenArchiver
- 
setOutputFile.
- setPackageName(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Setter for the fieldpackageName.
- setPomPropertiesFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Sets the location of the "pom.properties" file.
- setRecompressAddedZips(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
- 
Setter for the fieldrecompressAddedZips.
- setUseUniqueVersions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
- 
Set the flag for whether snapshot artifacts should be added to the classpath using the timestamp/buildnumber version (the default, when this flag is true), or using the generic -SNAPSHOT version (when the flag is false).
- SIMPLE_LAYOUT - Static variable in class org.apache.maven.archiver.MavenArchiver
- 
The simply layout.
- SIMPLE_LAYOUT_NONUNIQUE - Static variable in class org.apache.maven.archiver.MavenArchiver
- 
simple layout non unique.
All Classes and Interfaces|All Packages|Constant Field Values
MavenArchiver.configureReproducibleBuild(String)instead.