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