Package org.apache.camel.k.catalog.model
Class CamelScopedArtifact.Builder
- java.lang.Object
-
- org.apache.camel.k.catalog.model.ImmutableCamelScopedArtifact.Builder
-
- org.apache.camel.k.catalog.model.CamelScopedArtifact.Builder
-
- Enclosing interface:
- CamelScopedArtifact
public static class CamelScopedArtifact.Builder extends ImmutableCamelScopedArtifact.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CamelScopedArtifact.Builder
addDependency(String groupId, String artifactId)
-
Methods inherited from class org.apache.camel.k.catalog.model.ImmutableCamelScopedArtifact.Builder
addAllDependencies, addAllRequiredCapabilities, addDependencies, addDependency, addRequiredCapabilities, addRequiredCapability, build, dependencies, from, requiredCapabilities
-
-
-
-
Method Detail
-
addDependency
public CamelScopedArtifact.Builder addDependency(String groupId, String artifactId)
-
-