Class ManifestAttributes

java.lang.Object
java.util.jar.Attributes
org.jdrupes.builder.java.ManifestAttributes
All Implemented Interfaces:
Cloneable, Map<Object,Object>, Resource

public class ManifestAttributes extends Attributes implements Resource
A wrapper around Attributes to allow their usage as Resource. Because Attributes is a class and not an interface, this resource type cannot be specialized without an actual implementation.