| Package | Description |
|---|---|
| org.mule.tools.api.packager.filter | |
| org.mule.tools.api.packager.packaging | |
| org.mule.tools.api.packager.resources |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
DependenciesFilter.getAsFilters(List<? extends Exclusion> exclusions) |
| 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 | Interface and Description |
|---|---|
interface |
Inclusion |
| Modifier and Type | Method and Description |
|---|---|
List<Exclusion> |
PackagingOptions.getExclusions() |
| Modifier and Type | Method and Description |
|---|---|
PackagingOptions.PackagingOptionsBuilder |
PackagingOptions.PackagingOptionsBuilder.withExclusions(ArrayList<Exclusion> exclusions) |
| 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.