Package io.apicurio.registry.maven
Class TestArtifact
java.lang.Object
io.apicurio.registry.maven.TestArtifact
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()voidsetArtifactId(String artifactId) voidsetContentType(String contentType) voidvoidsetGroupId(String groupId)
-
Constructor Details
-
TestArtifact
public TestArtifact()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
-
getContentType
- Returns:
- the content type
-
setContentType
- Parameters:
contentType- the contentType to set
-