com.sun.portal.desktop.deployment |
|
Java Source File Name | Type | Comment |
BasicFileHelper.java | Class | |
ClassFilePPF.java | Class | ProviderPackageFile for encapsulating a class file extracted from a
directory. |
ClassJarPPF.java | Class | ProviderPackageFile for encapsulating a class file extracted from a jar. |
ClassLoaderPPF.java | Class | |
ClassPPF.java | Class | ProviderPackageFile for encapsulating a class - common logic
for handling class & package name for files extracted from directories
or jars. |
CmdContainers.java | Class | |
CmdDescribe.java | Class | |
CmdExport.java | Class | |
CmdImport.java | Class | |
CmdOpts.java | Class | |
CmdVersion.java | Class | |
ConfPPF.java | Class | ProviderPackageFile for encapsulating static content files. |
DPBasedContext.java | Class | Common implementation for use in Context based on DP. |
DPBasedExCtx.java | Class | |
DPBasedPPCtx.java | Class | |
DPDocDomPPF.java | Class | The DPDocDomPPF is a ProviderPackageFile which handles the display
profile documents in the par file. |
DPRootSpecifier.java | Class | |
ExOChannel.java | Class | ExtractOp subclass for extracting a channel. |
ExOProvider.java | Class | An extract operation to extract only a provider. |
ExportFile.java | Class | Obtain information from the file that goes with the "export" utility - lists of files,
autoextract op, and so on. |
ExtractOp.java | Class | This class encapsulates extraction operations from .par files. |
Par.java | Class | Utility switchboard class for Par files. |
ParEntryDomPPF.java | Class | |
ParExtractionContext.java | Interface | The interface used by the extraction process. |
ParFile.java | Class | The basic Parfile class. |
ParFileBuilder.java | Class | ParFile Builder sequences operations for the construction of .par files.
This class hides the manipulation of the manifest, and enforces correct
sequencing of operations, since you have to build up the manifest before
streaming a jar.
This is used by calling addDPEntry() for every file entry, providing the
DP document and the list of files associated with the entry. |
ParFileException.java | Class | |
ParManifest.java | Class | Specialized manifest used in .par files (portal server specialized .jar files).
The .par file contains three types of files:
1 - class files
2 - XML display profile files, which use the psdp.dtd to express properties
for installing providers and/or channels.
3 - other files, presumed to be "rooted" via some property name on the
target server, the applicable property being part of the path in the
.par file
The manifest allows us to determine what the .par file contains, and unpack this
stuff. |
ParOutputStream.java | Class | ParOutrputStream extends JarOutputStream, and is currently mostly a placeholder,
which provides little extra functionality. |
ParXferPPF.java | Class | ProviderPackageFile for encapsulating transfer between par files. |
PropertiesPPF.java | Class | ProviderPackageFile for encapsulating Properties objects. |
PropLocPPF.java | Class | ProviderPackageFile for encapsulating property-based files. |
ProviderPackageContext.java | Interface | Context used by a provider to obtain ProviderPackageFile's. |
ProviderPackageFile.java | Class | Abstract class to encapsulate file specifications when building a .par file. |
StaticPPF.java | Class | ProviderPackageFile for encapsulating static content files. |
WarPPF.java | Class | ProviderPackageFile for encapsulating static content files. |