Package | Description |
---|---|
org.jboss.modules.maven | |
org.jboss.modules.xml |
Modifier and Type | Method | Description |
---|---|---|
static MavenResolver |
MavenResolver.createDefaultResolver() |
Create a Maven artifact resolver using the default strategy.
|
Modifier and Type | Method | Description |
---|---|---|
static ResourceLoader |
MavenArtifactUtil.createMavenArtifactLoader(MavenResolver mavenResolver,
java.lang.String name) |
A utility method to create a Maven artifact resource loader for the given artifact name.
|
static ResourceLoader |
MavenArtifactUtil.createMavenArtifactLoader(MavenResolver mavenResolver,
ArtifactCoordinates coordinates,
java.lang.String rootName) |
A utility method to create a Maven artifact resource loader for the given artifact coordinates.
|
Modifier and Type | Method | Description |
---|---|---|
static ModuleSpec |
ModuleXmlParser.parseModuleXml(ModuleXmlParser.ResourceRootFactory factory,
MavenResolver mavenResolver,
java.lang.String rootPath,
java.io.InputStream source,
java.lang.String moduleInfoFile,
ModuleLoader moduleLoader,
java.lang.String moduleName) |
Parse a
module.xml file. |
static ModuleSpec |
ModuleXmlParser.parseModuleXml(ModuleXmlParser.ResourceRootFactory factory,
MavenResolver mavenResolver,
java.lang.String rootPath,
java.io.InputStream source,
java.lang.String moduleInfoFile,
ModuleLoader moduleLoader,
ModuleIdentifier moduleIdentifier) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.