public final class ExportedArtifactsCollector extends Object
| Constructor and Description |
|---|
ExportedArtifactsCollector(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExportedPackages() |
Set<String> |
getExportedResources() |
Set<String> |
getPrivilegedArtifacts() |
Set<String> |
getPrivilegedExportedPackages() |
public ExportedArtifactsCollector(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)
extensionModel - the model for the analyzed extensionpublic Set<String> getExportedResources()
Set of default resource paths that the extension should exportpublic Set<String> getExportedPackages()
Set of default java package names that the extension should exportpublic Set<String> getPrivilegedExportedPackages()
Set of Java package names that the extension should export on the privileged APICopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.