| Package | Description |
|---|---|
| io.quarkus.maven.utilities |
| Modifier and Type | Method and Description |
|---|---|
static PomTransformer.Transformation |
PomTransformer.Transformation.addDependencyManagementIfNeeded() |
static PomTransformer.Transformation |
PomTransformer.Transformation.addManagedDependency(String groupId,
String artifactId,
String version) |
static PomTransformer.Transformation |
PomTransformer.Transformation.addManagedDependency(String groupId,
String artifactId,
String version,
String type,
String scope) |
static PomTransformer.Transformation |
PomTransformer.Transformation.addModule(String module) |
static PomTransformer.Transformation |
PomTransformer.Transformation.importBom(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
PomTransformer.transform(PomTransformer.Transformation... transformations)
Loads the document under
PomTransformer.path, applies the given transformations, mitigates the formatting
issues caused by Transformer and finally stores the document back to the file under PomTransformer.path. |
| Modifier and Type | Method and Description |
|---|---|
void |
PomTransformer.transform(Collection<PomTransformer.Transformation> transformations)
Loads the document under
PomTransformer.path, applies the given transformations, mitigates the formatting
issues caused by Transformer and finally stores the document back to the file under PomTransformer.path. |
(package private) static void |
PomTransformer.transform(Collection<PomTransformer.Transformation> edits,
Path path,
Supplier<String> source,
Consumer<String> outConsumer) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.