WebLogic Integration


com.bea.wlpi.common
Class PublishPackage

java.lang.Object
  |
  +--com.bea.wlpi.common.PublishPackage

public class PublishPackage
extends java.lang.Object
implements java.io.Serializable

This class represents all the entries to be included in a publish package JAR file.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
PublishPackage()
           
PublishPackage(java.util.List l)
           
 
Method Summary
 void addEntry(PackageEntry pe)
           
 java.util.Iterator getEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishPackage

public PublishPackage()

PublishPackage

public PublishPackage(java.util.List l)
Method Detail

addEntry

public void addEntry(PackageEntry pe)


getEntries

public java.util.Iterator getEntries()


WebLogic Integration

WebLogic Integration (WLI)