Package io.apicurio.registry.maven
Class DownloadArtifact
java.lang.Object
io.apicurio.registry.maven.DownloadArtifact
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()voidsetArtifactId(String artifactId) voidsetArtifactReferences(List<DownloadArtifact> artifactReferences) voidvoidsetGroupId(String groupId) voidsetOverwrite(Boolean overwrite) voidsetVersion(String version)
-
Constructor Details
-
DownloadArtifact
public DownloadArtifact()Constructor.
-
-
Method Details
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId- the groupId to set
-
getArtifactId
- Returns:
- the artifactId
-
setArtifactId
- Parameters:
artifactId- the artifactId to set
-
getFile
- Returns:
- the file
-
setFile
- Parameters:
file- the file to set
-
getOverwrite
- Returns:
- the overwrite
-
setOverwrite
- Parameters:
overwrite- the overwrite to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getArtifactReferences
- Returns:
- the artifactReferences
-
setArtifactReferences
- Parameters:
artifactReferences- the references to set
-