CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addAllDependencies(Iterable<? extends Artifact> elements) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addAllRequiredCapabilities(Iterable<String> elements) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addDependencies(Artifact... elements) |
|
CamelScopedArtifact.Builder |
CamelScopedArtifact.Builder.addDependency(String groupId,
String artifactId) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addDependency(Artifact element) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addRequiredCapabilities(String... elements) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.addRequiredCapability(String element) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.dependencies(Iterable<? extends Artifact> elements) |
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.from(CamelScopedArtifact instance) |
Fill a builder with attribute values from the provided CamelScopedArtifact instance.
|
CamelScopedArtifact.Builder |
ImmutableCamelScopedArtifact.Builder.requiredCapabilities(Iterable<String> elements) |
|