Class Base

java.lang.Object
aQute.bnd.maven.baseline.plugin.Base

public class Base extends Object
  • Field Details

    • groupId

      private String groupId
    • artifactId

      private String artifactId
    • version

      private String version
    • classifier

      private String classifier
    • extension

      private String extension
  • Constructor Details

    • Base

      public Base()
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
      Set the groupId of the baseline artifact.
      Parameters:
      groupId - The groupId of the baseline artifact. This defaults to the groupId of the project.
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
      Set the artifactId of the baseline artifact.
      Parameters:
      artifactId - The artifactId of the baseline artifact. This defaults to the artifactId of the project.
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
      Set the version or version range of the baseline artifact.
      Parameters:
      version - The version or version range of the baseline artifact. This defaults to the highest version less than the version of the project's artifact.
    • getClassifier

      public String getClassifier()
    • setClassifier

      public void setClassifier(String classifier)
      Set the classifier of the baseline artifact.
      Parameters:
      classifier - The classifier of the baseline artifact. This defaults to the classifier of the project's artifact.
    • getExtension

      public String getExtension()
    • setExtension

      public void setExtension(String extension)
      Set the extension of the baseline artifact.
      Parameters:
      extension - The extension of the baseline artifact. This defaults to the extension of the project's artifact.
    • toString

      public String toString()
      Overrides:
      toString in class Object