See: Description
| Class | Description |
|---|---|
| ApplyToDependencies |
Stores information that has to be applied to dependencies if the matcher
matches the name of a module.
|
| ApplyToDependencies.Builder |
Builds instances of
ApplyToDependencies. |
| ApplyToModule |
Stores information that has to be applied to a module if the matcher matches
the name of a module.
|
| ApplyToModule.Builder |
Builds instances of
ApplyToModule. |
| ArtifactClusion |
Models an inclusion or exclusion.
|
| ArtifactMatcher |
Descriptor to define the rules for matching artifacts to be included as
resources to a module.
|
| ArtifactMatcher.Builder |
Builds instances of
ArtifactMatcher. |
| DependenciesDescriptor |
Stores information about a matcher on modules to apply dependency information
to.
|
| DependenciesDescriptor.Builder |
Builds instances of
DependenciesDescriptor. |
| Directives |
Provides directives for a given
module descriptor. |
| Directives.Builder |
Builds instances of
Directives. |
| ModuleClusion |
Clusion information for including and excluding on a module name.
|
| ModuleDescriptor |
Holds the information of one module descriptor.
|
| ModuleDescriptor.Builder |
Builds instances of
ModuleDescriptor. |
| ModuleMatcher |
Descriptor to define the rules for matching modules to be matched to have
additional information applied.
|
| ModuleMatcher.Builder |
Builds instances of
ModuleMatcher. |
| ModulesDescriptor |
Descriptor containing information on modules configurations.
|