Class RawPom

java.lang.Object
org.openrewrite.maven.internal.RawPom

public class RawPom extends Object
A value object deserialized directly from POM XML
  • Constructor Details

    • RawPom

      public RawPom()
  • Method Details

    • parse

      public static RawPom parse(InputStream inputStream, @Nullable @Nullable String snapshotVersion)
    • getGroupId

      @Nullable public @Nullable String getGroupId()
    • getVersion

      @Nullable public @Nullable String getVersion()
    • toPom

      public Pom toPom(@Nullable @Nullable Path inputPath, @Nullable @Nullable MavenRepository repo)