public final class JreExplorer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
exploreJdk(Set<String> packages,
Set<String> resources,
List<ExportedService> services)
Explores the content of the JRE being used
|
public static void exploreJdk(Set<String> packages, Set<String> resources, List<ExportedService> services)
packages - will store the Java packages found on the environment. Non null.resources - will store the resources found on the environment. Non null.services - will store the services defined via SPI found on the environment. Non null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.