org.codehaus.plexus.archiver.jar
Class Manifest.BaseAttribute

java.lang.Object
  extended by org.codehaus.plexus.archiver.jar.Manifest.BaseAttribute
Direct Known Subclasses:
Manifest.Attribute
Enclosing class:
Manifest

public static class Manifest.BaseAttribute
extends Object


Field Summary
protected  String name
          The attribute's name
 
Constructor Summary
Manifest.BaseAttribute()
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
          Get the Attribute's name
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
The attribute's name

Constructor Detail

Manifest.BaseAttribute

public Manifest.BaseAttribute()
Method Detail

getName

public String getName()
Get the Attribute's name

Returns:
the attribute's name.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.