| Package | Description |
|---|---|
| org.mule.tools.api.packager.filter | |
| org.mule.tools.api.packager.filter.predicate | |
| org.mule.tools.api.packager.resources |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Artifact> |
DependenciesFilter.applyExclusions(Set<Artifact> filteredArtifacts) |
protected Set<Artifact> |
DependenciesFilter.applyIncludes(Set<Artifact> filteredArtifacts) |
Set<Artifact> |
ArtifactFilter.filter(Set<Artifact> fromArtifacts,
Set<Artifact> toArtifacts,
ArtifactPredicate predicate)
Filter a set of artifacts based on a predicate, adding the ones that evaluate to true to .
|
Set<Artifact> |
DependenciesFilter.getArtifactsToArchive() |
protected Set<Artifact> |
DependenciesFilter.removeDependenciesWithMuleGroupId(Set<Artifact> filteredArtifacts) |
protected Set<Artifact> |
DependenciesFilter.resolveNotCompileNorRuntimeArtifacts(Set<Artifact> projectArtifacts) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Artifact> |
DependenciesFilter.applyExclusions(Set<Artifact> filteredArtifacts) |
protected Set<Artifact> |
DependenciesFilter.applyIncludes(Set<Artifact> filteredArtifacts) |
Set<Artifact> |
ArtifactFilter.filter(Set<Artifact> fromArtifacts,
Set<Artifact> toArtifacts,
ArtifactPredicate predicate)
Filter a set of artifacts based on a predicate, adding the ones that evaluate to true to .
|
Set<Artifact> |
ArtifactFilter.filter(Set<Artifact> fromArtifacts,
Set<Artifact> toArtifacts,
ArtifactPredicate predicate)
Filter a set of artifacts based on a predicate, adding the ones that evaluate to true to .
|
protected Set<Artifact> |
DependenciesFilter.removeDependenciesWithMuleGroupId(Set<Artifact> filteredArtifacts) |
protected Set<Artifact> |
DependenciesFilter.resolveNotCompileNorRuntimeArtifacts(Set<Artifact> projectArtifacts) |
| 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 |
|---|---|
boolean |
ArtifactPredicate.test(Artifact artifact) |
boolean |
CompileOrRuntimeScopePredicate.test(Artifact artifact) |
abstract boolean |
AbstractArtifactPrefixPredicate.test(Artifact artifact) |
boolean |
AbstractArtifactPrefixPredicate.TrailFilterPredicate.test(Artifact artifact) |
boolean |
AbstractArtifactPrefixPredicate.NotOptionalTrailFilterPredicate.test(Artifact artifact) |
boolean |
AbstractArtifactPrefixPredicate.OnlyDependenciesTrailFilterPredicate.test(Artifact artifact) |
| 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.