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()
KeyedElement
getKeyHashCode
in interface KeyedElement
public boolean compare(KeyedElement other)
KeyedElement
compare
in interface KeyedElement
other
- the element to compare withpublic Object getKey()
KeyedElement
getKey
in interface KeyedElement
public Manifest getManifest(ClasspathEntry cpEntry, ClasspathManager loader)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.