public class PackUnpackStep extends PackStep
packCommandcommand, extension, verbose| Constructor and Description |
|---|
PackUnpackStep(java.util.Properties options) |
PackUnpackStep(java.util.Properties options,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStepName()
Return the name of this process step
|
java.io.File |
postProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
Perform some processing on the input file after the JarProcessor returns from recursion.
|
java.io.File |
preProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
Perform some processing on the input file before the JarProcessor considers the entries for recursion.
|
java.lang.String |
recursionEffect(java.lang.String entryName)
The effect of this processing step if the JarProcessor was to recurse on this entry.
|
adjustInf, canPack, getArguments, getCommand, shouldPackexecute, execute, getOptionspublic PackUnpackStep(java.util.Properties options)
public PackUnpackStep(java.util.Properties options,
boolean verbose)
public java.lang.String recursionEffect(java.lang.String entryName)
IProcessSteprecursionEffect in interface IProcessSteprecursionEffect in class PackStepnullpublic java.io.File postProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
IProcessSteppostProcess in interface IProcessSteppostProcess in class PackStepcontainers - inf properties for containing jars, innermost jar is first on the listpublic java.io.File preProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
IProcessSteppreProcess in interface IProcessSteppreProcess in class PackStepcontainers - inf properties for containing jars, innermost jar is first on the listpublic java.lang.String getStepName()
IProcessStepgetStepName in interface IProcessStepgetStepName in class PackStep