org.apache.geronimo.ews.ws4j2ee.utils.packager
Class JARFileEntry

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.utils.packager.JARFileEntry

public class JARFileEntry
extends java.lang.Object

reprsent the information about a entry added to the JAR file. the Entry reprsent a Jar entry and the the source represent the file going to be added to the jar file.

Author:
Srinath perera(hemapani@opensource.lk)

Constructor Summary
JARFileEntry(java.lang.String jarfilePath, java.io.InputStream source)
           
 
Method Summary
 java.util.jar.JarEntry getJarEntry()
           
 java.io.InputStream getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JARFileEntry

public JARFileEntry(java.lang.String jarfilePath,
                    java.io.InputStream source)
Method Detail

getJarEntry

public java.util.jar.JarEntry getJarEntry()
Returns:

getSource

public java.io.InputStream getSource()
Returns:


Copyright © 2004 Apache Software Foundation. All Rights Reserved.