| Package | Description |
|---|---|
| org.mule.tools.api.packager.filter | |
| org.mule.tools.api.packager.packaging | |
| org.mule.tools.api.packager.resources |
| Constructor and Description |
|---|
DependenciesFilter(Set<Artifact> projectArtifacts,
List<? extends Inclusion> inclusions,
List<? extends Exclusion> exclusions,
boolean excludeMuleArtifacts)
By default, it is created with the default exclusions (of mule group ids): org.mule, com.mulesource.muleesb,
com.mulesoft.muleesb
|
| Modifier and Type | Method and Description |
|---|---|
List<Inclusion> |
PackagingOptions.getInclusions() |
| Modifier and Type | Method and Description |
|---|---|
PackagingOptions.PackagingOptionsBuilder |
PackagingOptions.PackagingOptionsBuilder.withInclusions(ArrayList<Inclusion> inclusions) |
| Constructor and Description |
|---|
MuleResourcesGenerator(Set<Artifact> projectArtifacts,
List<? extends Exclusion> excludes,
List<? extends Inclusion> includes,
boolean excludeMuleArtifacts,
ProjectInformation projectInformation) |
Copyright © 2018 MuleSoft Inc. All rights reserved.