Class Manifest.Section

java.lang.Object
org.codehaus.plexus.archiver.jar.Manifest.Section
All Implemented Interfaces:
Iterable<String>
Enclosing class:
Manifest

public static class Manifest.Section extends Object implements Iterable<String>
A manifest section - you can nest attribute elements into sections. A section consists of a set of attribute values, separated from other sections by a blank line.