Class ExternalBomConflictCheck

java.lang.Object
org.apache.camel.maven.bom.generator.ExternalBomConflictCheck

public class ExternalBomConflictCheck extends Object
Information related to an external BOM dependency. Conflicts will be checked against it.
  • Constructor Details

    • ExternalBomConflictCheck

      public ExternalBomConflictCheck()
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • toString

      public String toString()
      Overrides:
      toString in class Object