Package org.apache.camel.k.catalog.model
Interface CamelCapability
-
- All Known Implementing Classes:
ImmutableCamelCapability
@Immutable public interface CamelCapability
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CamelCapability.Builder
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CamelCapability
forArtifact(String groupId, String artifactId)
default SortedSet<Artifact>
getDependencies()
-
-
-
Method Detail
-
forArtifact
static CamelCapability forArtifact(String groupId, String artifactId)
-
-