Interface CamelLoader
-
- All Superinterfaces:
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 Set<Artifact>
getDependencies()
default Set<String>
getLanguages()
default Map<String,String>
getMetadata()
-
Methods inherited from interface org.apache.camel.k.tooling.maven.model.Artifact
getArtifactId, getGroupId, getVersion
-
-
-
-
Method Detail
-
fromArtifact
static CamelLoader.Builder fromArtifact(String groupId, String artifactId)
-
-