Package com.github.wix_maven
Class ArtifactItem
java.lang.Object
com.github.wix_maven.ArtifactItem
ArtifactItem represents information specified in the plugin configuration section for each
artifact.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetArtifactId(String artifactId) voidsetGroupId(String groupId) voidvoidsetVersion(String version)
-
Constructor Details
-
ArtifactItem
public ArtifactItem()
-
-
Method Details
-
getArtifactId
- Returns:
- Returns the artifactId.
-
setArtifactId
- Parameters:
artifactId- The artifactId to set.
-
getGroupId
- Returns:
- Returns the groupId.
-
setGroupId
- Parameters:
groupId- The groupId to set.
-
getType
- Returns:
- Returns the type.
-
setType
- Parameters:
type- The type to set.
-
getVersion
- Returns:
- Returns the version.
-
setVersion
- Parameters:
version- The version to set.
-