| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| de.smartics.maven.plugin.jboss.modules.domain.matching |
Provides helpers to match modules.
|
| Modifier and Type | Method and Description |
|---|---|
MatchContext |
ModuleDescriptor.match(org.eclipse.aether.artifact.Artifact artifact)
Checks if the given artifact matches the module descriptor.
|
MatchContext |
ArtifactMatcher.match(org.eclipse.aether.artifact.Artifact artifact)
Checks if the given artifact matches the module descriptor.
|
MatchContext |
ArtifactClusion.matches(org.eclipse.aether.artifact.Artifact artifact)
Checks if the clusion matches the artifact.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegationMatchContext
Contains the delegated result of a regular expression match.
|
class |
DoubleMatchContext
Contains the result of two a regular expression matches.
|
class |
SingleMatchContext
Contains the result of a single regular expression match.
|
| Constructor and Description |
|---|
DelegationMatchContext(boolean result,
MatchContext delegateMatchResult)
Constructor with a context.
|
DoubleMatchContext(boolean result,
MatchContext groupIdContext,
MatchContext artifactIdContext)
Constructor with a context.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.