| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.aether |
Helpers to interface via aether with repositories.
|
| de.smartics.maven.plugin.jboss.modules.aether.filter |
A collection of filters for dependencies.
|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| de.smartics.maven.plugin.jboss.modules.domain |
Provides domain objects.
|
| Constructor and Description |
|---|
PruningDependencyTraverser(org.eclipse.aether.collection.DependencyTraverser delegate,
java.util.List<ArtifactClusion> exclusions,
java.util.List<ModuleDescriptor> skipModules)
Default constructor.
|
| Constructor and Description |
|---|
GaExclusionFilter(java.util.List<ArtifactClusion> exclusions)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactClusion |
ArtifactClusion.create(java.lang.String groupId,
java.lang.String artifactId)
Helper to create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArtifactClusion> |
ArtifactMatcher.getExcludes()
Returns the list of exclusions.
|
java.util.List<ArtifactClusion> |
ArtifactMatcher.getIncludes()
Returns the list of inclusions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactMatcher.Builder.addExclude(ArtifactClusion exclude)
Adds an exclude to the list of excludes.
|
void |
ArtifactMatcher.Builder.addInclude(ArtifactClusion include)
Adds an include to the list of includes.
|
| Constructor and Description |
|---|
PrunerGenerator(java.util.List<ArtifactClusion> dependencyExcludes,
java.util.List<ModuleDescriptor> modules,
boolean ignoreDependencyExclusions)
Default constructor.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.