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 ManifestSection Modifier and Type Method Description java.util.List<ManifestSection>
MavenArchiveConfiguration. getManifestSections()
Getter for the fieldmanifestSections
.Methods in org.apache.maven.archiver with parameters of type ManifestSection Modifier and Type Method Description void
MavenArchiveConfiguration. addManifestSection(ManifestSection section)
addManifestSection.Method parameters in org.apache.maven.archiver with type arguments of type ManifestSection Modifier and Type Method Description void
MavenArchiveConfiguration. addManifestSections(java.util.List<ManifestSection> list)
addManifestSections.void
MavenArchiveConfiguration. setManifestSections(java.util.List<ManifestSection> manifestSections)
Setter for the fieldmanifestSections
.
-