public class PatchMerger extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PATCH_XML_SUFFIX |
Constructor and Description |
---|
PatchMerger() |
public static final String PATCH_XML_SUFFIX
public static File merge(File patch1, File patch2, File merged) throws PatchingException
PatchingException
public static Patch merge(Patch cp1, Patch cp2) throws PatchingException
PatchingException
public static Patch merge(Patch cp1, Patch cp2, boolean nextVersion) throws PatchingException
PatchingException
Copyright © 2023 JBoss by Red Hat. All rights reserved.