public class PatchMerger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PATCH_XML_SUFFIX |
| Constructor and Description |
|---|
PatchMerger() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
copyDir(File src,
File trg) |
static File |
merge(File patch1,
File patch2,
File merged) |
static org.jboss.as.patching.metadata.Patch |
merge(org.jboss.as.patching.metadata.Patch cp1,
org.jboss.as.patching.metadata.Patch cp2) |
static org.jboss.as.patching.metadata.Patch |
merge(org.jboss.as.patching.metadata.Patch cp1,
org.jboss.as.patching.metadata.Patch cp2,
boolean nextVersion) |
public static final String PATCH_XML_SUFFIX
public static File merge(File patch1, File patch2, File merged) throws org.jboss.as.patching.PatchingException
org.jboss.as.patching.PatchingExceptionprotected static void copyDir(File src, File trg) throws org.jboss.as.patching.PatchingException
org.jboss.as.patching.PatchingExceptionpublic static org.jboss.as.patching.metadata.Patch merge(org.jboss.as.patching.metadata.Patch cp1,
org.jboss.as.patching.metadata.Patch cp2)
throws org.jboss.as.patching.PatchingException
org.jboss.as.patching.PatchingExceptionpublic static org.jboss.as.patching.metadata.Patch merge(org.jboss.as.patching.metadata.Patch cp1,
org.jboss.as.patching.metadata.Patch cp2,
boolean nextVersion)
throws org.jboss.as.patching.PatchingException
org.jboss.as.patching.PatchingExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.