Class CatalogComponentDefinition
- java.lang.Object
-
- org.apache.camel.k.tooling.maven.model.CatalogDefinition
-
- org.apache.camel.k.tooling.maven.model.CatalogComponentDefinition
-
public final class CatalogComponentDefinition extends CatalogDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CatalogComponentDefinition.Container
-
Constructor Summary
Constructors Constructor Description CatalogComponentDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlternativeSchemes()
String
getJavaType()
String
getScheme()
Stream<String>
getSchemes()
void
setAlternativeSchemes(String alternativeSchemes)
void
setJavaType(String javaType)
void
setScheme(String scheme)
-
Methods inherited from class org.apache.camel.k.tooling.maven.model.CatalogDefinition
getArtifactId, getGroupId, getVersion, setArtifactId, setGroupId, setVersion
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
-
setScheme
public void setScheme(String scheme)
-
getAlternativeSchemes
public String getAlternativeSchemes()
-
setAlternativeSchemes
public void setAlternativeSchemes(String alternativeSchemes)
-
getJavaType
public String getJavaType()
-
setJavaType
public void setJavaType(String javaType)
-
-