Class ManifestAttributes
java.lang.Object
java.util.jar.Attributes
org.jdrupes.builder.java.ManifestAttributes
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.-
Nested Class Summary
Nested classes/interfaces inherited from class Attributes
Attributes.Name -
Field Summary
Fields inherited from class Attributes
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()name()Returns the name of this resource if set.final ManifestAttributesSets the name of the resource.ResourceType<?> type()Returns the type of this resource.Methods inherited from class Attributes
clear, clone, containsKey, containsValue, entrySet, get, getValue, getValue, isEmpty, keySet, putAll, putValue, size, valuesMethods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface Resource
asOf, asOfLocalized
-
Constructor Details
-
ManifestAttributes
public ManifestAttributes()Initializes a new manifest attributes.
-
-
Method Details