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 classImmutableMavenArtifactImmutable implementation ofMavenArtifact.Methods in org.apache.camel.k.tooling.maven.model that return MavenArtifact Modifier and Type Method Description static MavenArtifactMavenArtifact. 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 ImmutableMavenArtifactImmutableMavenArtifact. copyOf(MavenArtifact instance)Creates an immutable copy of aMavenArtifactvalue.MavenArtifact.BuilderImmutableMavenArtifact.Builder. from(MavenArtifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.MavenArtifactinstance. -
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.BuilderImmutableRuntimeSpec.Builder. addDependencies(MavenArtifact... elements)Adds elements todependenciesset.RuntimeSpec.BuilderImmutableRuntimeSpec.Builder. addDependency(MavenArtifact element)Adds one element todependenciesset.ImmutableRuntimeSpecImmutableRuntimeSpec. 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.BuilderImmutableRuntimeSpec.Builder. addAllDependencies(Iterable<? extends MavenArtifact> elements)Adds elements todependenciesset.RuntimeSpec.BuilderImmutableRuntimeSpec.Builder. dependencies(Iterable<? extends MavenArtifact> elements)Sets or replaces all elements fordependenciesset.ImmutableRuntimeSpecImmutableRuntimeSpec. withDependencies(Iterable<? extends MavenArtifact> elements)Copy the current immutable object with elements that replace the content ofdependencies.
-