com.compoze.collab.util
Class Classpath.Entry

java.lang.Object
  extended by com.compoze.collab.util.Classpath.Entry
Enclosing class:
Classpath

public class Classpath.Entry
extends Object

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

Classpath.Entry

public Classpath.Entry(String sName,
                       File file,
                       ZipEntry zipEntry)
Constructor.

Method Detail

getName

public String getName()
Gets the name of the entry.


getInputStream

public InputStream getInputStream()
                           throws IOException
Gets an InputStream to the entry.

Throws
IOException

getEntryClass

public Class getEntryClass()
Gets the class associated with the entry.

Returns
the class, or null if there is no associated class


Copyright © 2006 BEA Systems, Inc. All Rights Reserved