public final class CatalogComponentDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogComponentDefinition.Container |
| Constructor and Description |
|---|
CatalogComponentDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeSchemes() |
String |
getArtifactId() |
String |
getGroupId() |
String |
getScheme() |
Stream<String> |
getSchemes() |
String |
getVersion() |
void |
setAlternativeSchemes(String alternativeSchemes) |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setScheme(String scheme) |
void |
setVersion(String version) |
public String getScheme()
public void setScheme(String scheme)
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getAlternativeSchemes()
public void setAlternativeSchemes(String alternativeSchemes)
Copyright © 2019 The Apache Software Foundation. All rights reserved.