Uses of Class
org.apache.maven.shared.archiver.ManifestSection
-
Uses of ManifestSection in org.apache.maven.shared.archiver
Methods in org.apache.maven.shared.archiver that return types with arguments of type ManifestSectionModifier and TypeMethodDescriptionMavenArchiveConfiguration.getManifestSections()
Getter for the fieldmanifestSections
.Methods in org.apache.maven.shared.archiver with parameters of type ManifestSectionModifier and TypeMethodDescriptionvoid
MavenArchiveConfiguration.addManifestSection
(ManifestSection section) addManifestSection.Method parameters in org.apache.maven.shared.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
.