public class JumboPatchDeploy
extends org.apache.commons.io.DirectoryWalker
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
static int |
STATUS_BAD_PARAMETERS
JumboPatchDeploy exit code if invalid parameters were specified
|
static int |
STATUS_ERROR
JumboPatchDeploy exit code in case any error occurs
|
static int |
STATUS_OK
JumboPatchDeploy exit code when everything went fine
|
| Constructor and Description |
|---|
JumboPatchDeploy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyPatch(java.io.File patchFile,
java.io.File webappDir) |
protected void |
handleFile(java.io.File file,
int depth,
java.util.Collection results) |
static void |
main(java.lang.String[] args)
JumboPatchDeploy main entry point.
|
void |
setDryRun(boolean dryRun) |
public static final java.lang.String REVISION
public static final int STATUS_OK
public static final int STATUS_BAD_PARAMETERS
public static final int STATUS_ERROR
public boolean applyPatch(java.io.File patchFile,
java.io.File webappDir)
public void setDryRun(boolean dryRun)
protected void handleFile(java.io.File file,
int depth,
java.util.Collection results)
throws java.io.IOException
handleFile in class org.apache.commons.io.DirectoryWalkerjava.io.IOExceptionpublic static void main(java.lang.String[] args)
args - jumbo patch deploy command line parameterCopyright © 2001-2017 Jalios SA. All Rights Reserved.