Uses of Interface
org.apache.camel.k.tooling.maven.model.MavenArtifact
-
Packages that use MavenArtifact Package Description org.apache.camel.k.tooling.maven.model org.apache.camel.k.tooling.maven.model.crd -
-
Uses of MavenArtifact in org.apache.camel.k.tooling.maven.model
Classes in org.apache.camel.k.tooling.maven.model that implement MavenArtifact Modifier and Type Class Description class
ImmutableMavenArtifact
Immutable implementation ofMavenArtifact
.Methods in org.apache.camel.k.tooling.maven.model that return MavenArtifact Modifier and Type Method Description static MavenArtifact
MavenArtifact. from(String groupId, String artifactId)
Methods in org.apache.camel.k.tooling.maven.model with parameters of type MavenArtifact Modifier and Type Method Description static ImmutableMavenArtifact
ImmutableMavenArtifact. copyOf(MavenArtifact instance)
Creates an immutable copy of aMavenArtifact
value.MavenArtifact.Builder
ImmutableMavenArtifact.Builder. from(MavenArtifact instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.MavenArtifact
instance. -
Uses of MavenArtifact in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return types with arguments of type MavenArtifact Modifier and Type Method Description Set<MavenArtifact>
ImmutableRuntimeSpec. getDependencies()
default Set<MavenArtifact>
RuntimeSpec. getDependencies()
Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type MavenArtifact Modifier and Type Method Description RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addDependencies(MavenArtifact... elements)
Adds elements todependencies
set.RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addDependency(MavenArtifact element)
Adds one element todependencies
set.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withDependencies(MavenArtifact... elements)
Copy the current immutable object with elements that replace the content ofdependencies
.Method parameters in org.apache.camel.k.tooling.maven.model.crd with type arguments of type MavenArtifact Modifier and Type Method Description RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. addAllDependencies(Iterable<? extends MavenArtifact> elements)
Adds elements todependencies
set.RuntimeSpec.Builder
ImmutableRuntimeSpec.Builder. dependencies(Iterable<? extends MavenArtifact> elements)
Sets or replaces all elements fordependencies
set.ImmutableRuntimeSpec
ImmutableRuntimeSpec. withDependencies(Iterable<? extends MavenArtifact> elements)
Copy the current immutable object with elements that replace the content ofdependencies
.
-