Uses of Interface
org.apache.camel.k.tooling.maven.model.Artifact
-
Packages that use Artifact Package Description org.apache.camel.k.tooling.maven.model -
-
Uses of Artifact in org.apache.camel.k.tooling.maven.model
Subinterfaces of Artifact in org.apache.camel.k.tooling.maven.model Modifier and Type Interface Description interfaceCamelArtifactinterfaceCamelLoaderinterfaceMavenArtifactClasses in org.apache.camel.k.tooling.maven.model that implement Artifact Modifier and Type Class Description classImmutableCamelArtifactImmutable implementation ofCamelArtifact.classImmutableCamelLoaderImmutable implementation ofCamelLoader.classImmutableMavenArtifactImmutable implementation ofMavenArtifact.Methods in org.apache.camel.k.tooling.maven.model that return types with arguments of type Artifact Modifier and Type Method Description default Set<Artifact>CamelArtifact. getDependencies()default Set<Artifact>CamelCapability. getDependencies()default Set<Artifact>CamelLoader. getDependencies()com.google.common.collect.ImmutableSet<Artifact>ImmutableCamelArtifact. getDependencies()com.google.common.collect.ImmutableSet<Artifact>ImmutableCamelCapability. getDependencies()com.google.common.collect.ImmutableSet<Artifact>ImmutableCamelLoader. getDependencies()default Set<Artifact>CamelArtifact. getExclusions()com.google.common.collect.ImmutableSet<Artifact>ImmutableCamelArtifact. getExclusions()Methods in org.apache.camel.k.tooling.maven.model with parameters of type Artifact Modifier and Type Method Description CamelArtifact.BuilderCamelArtifact.Builder. addDependencies(BooleanSupplier condition, Artifact... artifacts)CamelArtifact.BuilderImmutableCamelArtifact.Builder. addDependencies(Artifact... elements)Adds elements todependenciesset.CamelCapability.BuilderImmutableCamelCapability.Builder. addDependencies(Artifact... elements)Adds elements todependenciesset.CamelLoader.BuilderImmutableCamelLoader.Builder. addDependencies(Artifact... elements)Adds elements todependenciesset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. addDependency(Artifact element)Adds one element todependenciesset.CamelCapability.BuilderImmutableCamelCapability.Builder. addDependency(Artifact element)Adds one element todependenciesset.CamelLoader.BuilderImmutableCamelLoader.Builder. addDependency(Artifact element)Adds one element todependenciesset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. addExclusion(Artifact element)Adds one element toexclusionsset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. addExclusions(Artifact... elements)Adds elements toexclusionsset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. from(Artifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.Artifactinstance.CamelLoader.BuilderImmutableCamelLoader.Builder. from(Artifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.Artifactinstance.MavenArtifact.BuilderImmutableMavenArtifact.Builder. from(Artifact instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.Artifactinstance.ImmutableCamelArtifactImmutableCamelArtifact. withDependencies(Artifact... elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelCapabilityImmutableCamelCapability. withDependencies(Artifact... elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelLoaderImmutableCamelLoader. withDependencies(Artifact... elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelArtifactImmutableCamelArtifact. withExclusions(Artifact... elements)Copy the current immutable object with elements that replace the content ofexclusions.Method parameters in org.apache.camel.k.tooling.maven.model with type arguments of type Artifact Modifier and Type Method Description CamelArtifact.BuilderImmutableCamelArtifact.Builder. addAllDependencies(Iterable<? extends Artifact> elements)Adds elements todependenciesset.CamelCapability.BuilderImmutableCamelCapability.Builder. addAllDependencies(Iterable<? extends Artifact> elements)Adds elements todependenciesset.CamelLoader.BuilderImmutableCamelLoader.Builder. addAllDependencies(Iterable<? extends Artifact> elements)Adds elements todependenciesset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. addAllExclusions(Iterable<? extends Artifact> elements)Adds elements toexclusionsset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. dependencies(Iterable<? extends Artifact> elements)Sets or replaces all elements fordependenciesset.CamelCapability.BuilderImmutableCamelCapability.Builder. dependencies(Iterable<? extends Artifact> elements)Sets or replaces all elements fordependenciesset.CamelLoader.BuilderImmutableCamelLoader.Builder. dependencies(Iterable<? extends Artifact> elements)Sets or replaces all elements fordependenciesset.CamelArtifact.BuilderImmutableCamelArtifact.Builder. exclusions(Iterable<? extends Artifact> elements)Sets or replaces all elements forexclusionsset.ImmutableCamelArtifactImmutableCamelArtifact. withDependencies(Iterable<? extends Artifact> elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelCapabilityImmutableCamelCapability. withDependencies(Iterable<? extends Artifact> elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelLoaderImmutableCamelLoader. withDependencies(Iterable<? extends Artifact> elements)Copy the current immutable object with elements that replace the content ofdependencies.ImmutableCamelArtifactImmutableCamelArtifact. withExclusions(Iterable<? extends Artifact> elements)Copy the current immutable object with elements that replace the content ofexclusions.
-