Package org.openrewrite.maven.internal
Class RawPom
java.lang.Object
org.openrewrite.maven.internal.RawPom
A value object deserialized directly from POM XML
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionRawPom(@Nullable String pomVersion, @Nullable RawPom.Parent parent, @Nullable String groupId, String artifactId, @Nullable String version, @Nullable String currentVersion, @Nullable String name, @Nullable String description, @Nullable RawPom.Prerequisites prerequisites, @Nullable String packaging, @Nullable RawPom.Dependencies dependencies, @Nullable RawPom.DependencyManagement dependencyManagement, @Nullable Map<String, String> properties, @Nullable RawPom.Build build, @Nullable RawRepositories repositories, @Nullable RawPluginRepositories pluginRepositories, @Nullable RawPom.Licenses licenses, @Nullable RawPom.Profiles profiles, @Nullable RawPom.Modules modules, @Nullable RawPom.SubProjects subprojects) -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable Stringstatic RawPomparse(InputStream inputStream, @Nullable String snapshotVersion) toPom(@Nullable Path inputPath, @Nullable MavenRepository repo)
-
Constructor Details
-
RawPom
public RawPom(@Nullable String pomVersion, @Nullable RawPom.Parent parent, @Nullable String groupId, String artifactId, @Nullable String version, @Nullable String currentVersion, @Nullable String name, @Nullable String description, @Nullable RawPom.Prerequisites prerequisites, @Nullable String packaging, @Nullable RawPom.Dependencies dependencies, @Nullable RawPom.DependencyManagement dependencyManagement, @Nullable Map<String, String> properties, @Nullable RawPom.Build build, @Nullable RawRepositories repositories, @Nullable RawPluginRepositories pluginRepositories, @Nullable RawPom.Licenses licenses, @Nullable RawPom.Profiles profiles, @Nullable RawPom.Modules modules, @Nullable RawPom.SubProjects subprojects)
-
-
Method Details
-
parse
-
getGroupId
-
getVersion
-
toPom
-