Interface CamelArtifact
-
- All Superinterfaces:
Artifact
- All Known Implementing Classes:
ImmutableCamelArtifact
@Immutable public interface CamelArtifact extends Artifact
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CamelArtifact.Builder
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<String>
getDataformats()
default Set<Artifact>
getDependencies()
default Set<Artifact>
getExclusions()
default Set<String>
getJavaTypes()
default Set<String>
getLanguages()
default Set<CamelScheme>
getSchemes()
-
Methods inherited from interface org.apache.camel.k.tooling.maven.model.Artifact
getArtifactId, getGroupId, getVersion
-
-
-
-
Method Detail
-
getSchemes
@Auxiliary @Default default Set<CamelScheme> getSchemes()
-
-