public class PatchScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,File> |
classes |
protected Map<String,Set<File>> |
duplicates |
static String |
JAR_EXTENSION |
protected File |
patchDirectory |
| Constructor and Description |
|---|
PatchScanner(File patchDirectory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<File> |
getPatchJars() |
List<File> |
listPatchJars() |
protected void |
scanJarForDuplicateClasses(File jarFile) |
public static final String JAR_EXTENSION
protected File patchDirectory
public PatchScanner(File patchDirectory)
protected void scanJarForDuplicateClasses(File jarFile) throws IOException
IOExceptionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.