Uses of Class
org.apache.maven.archiver.ManifestSection
-
Uses of ManifestSection in org.apache.maven.archiver
Fields in org.apache.maven.archiver with type parameters of type ManifestSectionModifier and TypeFieldDescriptionprivate List
<ManifestSection> MavenArchiveConfiguration.manifestSections
Methods in org.apache.maven.archiver that return types with arguments of type ManifestSectionModifier and TypeMethodDescriptionMavenArchiveConfiguration.getManifestSections()
Getter for the fieldmanifestSections
.Methods in org.apache.maven.archiver with parameters of type ManifestSectionModifier and TypeMethodDescriptionvoid
MavenArchiveConfiguration.addManifestSection
(ManifestSection section) addManifestSection.Method parameters in org.apache.maven.archiver with type arguments of type ManifestSectionModifier and TypeMethodDescriptionvoid
MavenArchiveConfiguration.addManifestSections
(List<ManifestSection> list) addManifestSections.void
MavenArchiveConfiguration.setManifestSections
(List<ManifestSection> manifestSections) Setter for the fieldmanifestSections
.