public class ClassLoaderFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_PACKAGE_SPLIT_REGEX |
static String |
RESOURCE_PACKAGE_SPLIT_REGEX |
| Constructor and Description |
|---|
ClassLoaderFilter(Set<String> bootPackages,
Set<String> exportedResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exportsClass(String name) |
boolean |
exportsResource(String name) |
String |
toString() |
public static final String CLASS_PACKAGE_SPLIT_REGEX
public static final String RESOURCE_PACKAGE_SPLIT_REGEX
Copyright © 2024 MuleSoft, Inc.. All rights reserved.