Package io.apicurio.registry.maven
Class DownloadArtifact
java.lang.Object
io.apicurio.registry.maven.DownloadArtifact
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
void
setArtifactId
(String artifactId) void
setArtifactReferences
(List<DownloadArtifact> artifactReferences) void
void
setGroupId
(String groupId) void
setOverwrite
(Boolean overwrite) void
setVersion
(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
-