Uses of Class
org.apache.maven.archiver.ManifestSection
-
Uses of ManifestSection in org.apache.maven.archiver
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 TypeMethodDescriptionvoidMavenArchiveConfiguration.addManifestSection(ManifestSection section) addManifestSection.Method parameters in org.apache.maven.archiver with type arguments of type ManifestSectionModifier and TypeMethodDescriptionvoidMavenArchiveConfiguration.addManifestSections(List<ManifestSection> list) addManifestSections.voidMavenArchiveConfiguration.setManifestSections(List<ManifestSection> manifestSections) Setter for the fieldmanifestSections.