public class ClasspathManifest extends Object implements KeyedElement
| Constructor and Description |
|---|
ClasspathManifest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(KeyedElement other)
Compares this element with a specified element
|
Object |
getKey()
Returns the key for this element
|
int |
getKeyHashCode()
Returns the hash code of the key
|
Manifest |
getManifest(ClasspathEntry cpEntry,
ClasspathManager loader) |
public static final Object KEY
public static final int HASHCODE
public int getKeyHashCode()
KeyedElementgetKeyHashCode in interface KeyedElementpublic boolean compare(KeyedElement other)
KeyedElementcompare in interface KeyedElementother - the element to compare withpublic Object getKey()
KeyedElementgetKey in interface KeyedElementpublic Manifest getManifest(ClasspathEntry cpEntry, ClasspathManager loader)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.