Package org.apache.camel.k.catalog.model
Interface CamelArtifact
-
- All Superinterfaces:
Artifact
,Comparable<Artifact>
- All Known Implementing Classes:
ImmutableCamelArtifact
@Immutable public interface CamelArtifact extends Artifact
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CamelArtifact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CamelArtifact.Builder
from(String groupId, String artifactId)
default SortedSet<String>
getDataformats()
default SortedSet<Artifact>
getDependencies()
default SortedSet<Artifact>
getExclusions()
default SortedSet<String>
getJavaTypes()
default SortedSet<String>
getLanguages()
default SortedSet<CamelScheme>
getSchemes()
-
Methods inherited from interface org.apache.camel.k.catalog.model.Artifact
compareTo, getArtifactId, getGroupId, getVersion
-
-
-
-
Method Detail
-
getSchemes
@Auxiliary @Default @NaturalOrder default SortedSet<CamelScheme> getSchemes()
-
from
static CamelArtifact.Builder from(String groupId, String artifactId)
-
-