@Deprecated public class UnpackStep extends CommandStep
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNPACKER_PROPERTY
Deprecated.
|
command, extension, verbose| Constructor and Description |
|---|
UnpackStep(java.util.Properties options)
Deprecated.
|
UnpackStep(java.util.Properties options,
boolean verbose)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canUnpack()
Deprecated.
|
java.lang.String |
getStepName()
Deprecated.
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)
Deprecated.
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)
Deprecated.
Perform some processing on the input file before the JarProcessor considers the entries for recursion.
|
java.lang.String |
recursionEffect(java.lang.String entryName)
Deprecated.
The effect of this processing step if the JarProcessor was to recurse on this entry.
|
adjustInf, execute, execute, getOptionspublic static final java.lang.String UNPACKER_PROPERTY
public UnpackStep(java.util.Properties options)
public UnpackStep(java.util.Properties options,
boolean verbose)
public static boolean canUnpack()
public java.lang.String recursionEffect(java.lang.String entryName)
IProcessStepnullpublic java.io.File preProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
IProcessStepcontainers - inf properties for containing jars, innermost jar is first on the listpublic java.io.File postProcess(java.io.File input,
java.io.File workingDirectory,
java.util.List<java.util.Properties> containers)
IProcessStepcontainers - inf properties for containing jars, innermost jar is first on the listpublic java.lang.String getStepName()
IProcessStep