Class ArtifactItem

java.lang.Object
com.github.wix_maven.ArtifactItem

public class ArtifactItem extends Object
ArtifactItem represents information specified in the plugin configuration section for each artifact.
  • Constructor Details

    • ArtifactItem

      public ArtifactItem()
  • Method Details

    • getArtifactId

      public String getArtifactId()
      Returns:
      Returns the artifactId.
    • setArtifactId

      public void setArtifactId(String artifactId)
      Parameters:
      artifactId - The artifactId to set.
    • getGroupId

      public String getGroupId()
      Returns:
      Returns the groupId.
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - The groupId to set.
    • getType

      public String getType()
      Returns:
      Returns the type.
    • setType

      public void setType(String type)
      Parameters:
      type - The type to set.
    • getVersion

      public String getVersion()
      Returns:
      Returns the version.
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - The version to set.