| java.lang.Object com.sun.portal.desktop.deployment.ParFileBuilder
ParFileBuilder | public class ParFileBuilder (Code) | | 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. Then,
makeParFile() is called which streams out the .par file,
clearing the ParFileBUilder for a fresh operation.
author: yabob version: |
Constructor Summary | |
public | ParFileBuilder(boolean verbose, Logger logger, String backupVersion) | public | ParFileBuilder(boolean verbose, PrintStream out) | public | ParFileBuilder(boolean verbose, PrintStream out, String classroot, String dproot, String pbfileroot, String statroot, String warroot, String confroot) |
ParFileBuilder | public ParFileBuilder(boolean verbose, Logger logger, String backupVersion)(Code) | | |
clear | public void clear()(Code) | | |
|
|