public class ModuleXmlVersionResolver extends Object
| Constructor and Description |
|---|
ModuleXmlVersionResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertModule(Path file,
Path target,
Map<String,org.apache.maven.artifact.Artifact> artifacts,
List<org.apache.maven.artifact.Artifact> hardcodedArtifacts,
org.apache.maven.plugin.logging.Log log) |
static void |
convertModules(Path source,
Path target,
Map<String,org.apache.maven.artifact.Artifact> artifacts,
List<org.apache.maven.artifact.Artifact> hardcodedArtifacts,
org.apache.maven.plugin.logging.Log log) |
static void |
filterAndConvertModules(Path fpDirectory,
Path targetModuleDir,
Map<String,org.apache.maven.artifact.Artifact> artifacts,
List<org.apache.maven.artifact.Artifact> hardcodedArtifacts,
org.apache.maven.plugin.logging.Log log) |
public static void filterAndConvertModules(Path fpDirectory, Path targetModuleDir, Map<String,org.apache.maven.artifact.Artifact> artifacts, List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log) throws IOException
IOExceptionpublic static void convertModules(Path source, Path target, Map<String,org.apache.maven.artifact.Artifact> artifacts, List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log) throws IOException
IOExceptionpublic static void convertModule(Path file, Path target, Map<String,org.apache.maven.artifact.Artifact> artifacts, List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.