| Class | Description |
|---|---|
| DependencyExcludes | Handler for dependencyExcludes DSL. |
| DependencyPruner | Handle the pruning of the resolved dependencies by applying dependency excludes from the build configuration and "skipped" modules from the modules descriptors. |
| DirectDependencyResolver | Stand-in class to stub out dependency resolution (since gradle has done that for us). |
| GenerateJbossModulesTask | Task to generate the Jboss Modules definitions to the target directory. |
| JbossModulesExtension | The extension to hold our configuration values. |
| JbossModulesPlugin | @author Proprietary information subject to the terms of a Non-Disclosure Agreement |
| MappedArtifact | Stand-in class to map Maven Artifact and Gradle ResolvedDependency into a single object. |
| MappedDependency | Stand-in class to map Maven Dependency and Gradle ResolvedDependency into a single object. |