public class FileJarExplorer extends Object implements JarExplorer
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLASS_EXTENSION |
| Constructor and Description |
|---|
FileJarExplorer() |
| Modifier and Type | Method and Description |
|---|---|
JarInfo |
explore(URI library)
Finds the packages defined in a given resource
|
protected static final String CLASS_EXTENSION
public JarInfo explore(URI library)
JarExplorerexplore in interface JarExplorerlibrary - folder or JAR file to explore. Non nullJarInfo containing the found resources and packages. Non null.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.