public class PatchScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,File> |
classes |
protected Map<String,Set<File>> |
duplicates |
protected static Pattern |
PATCH_PATTERN |
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) |
protected static Pattern PATCH_PATTERN
protected File patchDirectory
public PatchScanner(File patchDirectory)
protected void scanJarForDuplicateClasses(File jarFile) throws IOException
IOExceptionCopyright © 2006–2021 MuleSoft, Inc.. All rights reserved.