|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.util.Classpath.Entry
public class Classpath.Entry
A single CLASSPATH entry.
| Constructor Summary | |
|---|---|
Classpath.Entry(String sName,
File file,
ZipEntry zipEntry)
Constructor. |
|
| Method Summary | |
|---|---|
Class |
getEntryClass()
Gets the class associated with the entry. |
InputStream |
getInputStream()
Gets an InputStream to the entry. |
String |
getName()
Gets the name of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Classpath.Entry(String sName,
File file,
ZipEntry zipEntry)
| Method Detail |
|---|
public String getName()
public InputStream getInputStream()
throws IOException
InputStream to the entry.
IOExceptionpublic Class getEntryClass()
null if there is no associated class
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||