Class ParamArtifact
java.lang.Object
org.apache.maven.plugins.dependency.utils.ParamArtifact
Represent artifact data collected from Mojo parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeterminate if all needed data is set.voidsetArtifact(String artifact) voidsetArtifactId(String artifactId) voidsetClassifier(String classifier) voidsetGroupId(String groupId) voidsetPackaging(String packaging) voidsetVersion(String version)
-
Constructor Details
-
ParamArtifact
public ParamArtifact()
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
getClassifier
-
getPackaging
-
getArtifact
-
setGroupId
-
setArtifactId
-
setVersion
-
setClassifier
-
setPackaging
-
setArtifact
-
isDataSet
public boolean isDataSet()Determinate if all needed data is set.
-