|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.packaging.Entry
public class Entry
Represent a JAR entry Contains a name and an optional Input stream to the entry
Constructor Summary | |
---|---|
Entry(String name,
InputStream is)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
InputStream |
getInputStream()
|
String |
getName()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Entry(String name, InputStream is)
Method Detail |
---|
public String getName()
public InputStream getInputStream()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |