public final class CatalogComponentDefinition extends CatalogDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogComponentDefinition.Container |
| Constructor and Description |
|---|
CatalogComponentDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeSchemes() |
String |
getJavaType() |
String |
getScheme() |
Stream<String> |
getSchemes() |
void |
setAlternativeSchemes(String alternativeSchemes) |
void |
setJavaType(String javaType) |
void |
setScheme(String scheme) |
getArtifactId, getGroupId, getVersion, setArtifactId, setGroupId, setVersionpublic String getScheme()
public void setScheme(String scheme)
public String getAlternativeSchemes()
public void setAlternativeSchemes(String alternativeSchemes)
public String getJavaType()
public void setJavaType(String javaType)
Copyright © 2020 The Apache Software Foundation. All rights reserved.