| java.lang.Object com.sun.portal.desktop.deployment.ProviderPackageFile
All known Subclasses: com.sun.portal.desktop.deployment.PropLocPPF, com.sun.portal.desktop.deployment.ClassPPF, com.sun.portal.desktop.deployment.ParXferPPF, com.sun.portal.desktop.deployment.ParEntryDomPPF, com.sun.portal.desktop.deployment.StaticPPF, com.sun.portal.desktop.deployment.PropertiesPPF, com.sun.portal.desktop.deployment.ConfPPF, com.sun.portal.desktop.deployment.WarPPF,
ProviderPackageFile | abstract public class ProviderPackageFile (Code) | | Abstract class to encapsulate file specifications when building a .par file.
Specific instances know what types of operations (provider/channel) they apply to,
how to obtain an input stream to their contents, how to add an inclusion to themselves
to the manifest, and how to obtain a zip entry for themselves from the manifest.
author: yabob version: |
m_Types | protected int m_Types(Code) | | |
ProviderPackageFile | public ProviderPackageFile(int types)(Code) | | |
getTypes | public int getTypes()(Code) | | |
|
|