public class JarInfo extends Object
| Constructor and Description |
|---|
JarInfo(Set<String> packages,
Set<String> resources,
List<ExportedService> services)
Creates a new instance corresponding to a given JAR.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getPackages() |
Set<String> |
getResources() |
List<ExportedService> |
getServices() |
public JarInfo(Set<String> packages, Set<String> resources, List<ExportedService> services)
packages - Java packages found on the JAR. Non null.resources - Java resources found on the JAR. Non null.services - SPI services definitions found on the JAR. Non null.public List<ExportedService> getServices()
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.