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