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
|
static URL |
getServiceResourceUrl(URL resource,
String serviceInterface) |
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.public static URL getServiceResourceUrl(URL resource, String serviceInterface) throws MalformedURLException
MalformedURLExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.