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 classCamelLoader.Builder
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CamelLoader.BuilderfromArtifact(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)
-
-