Interface RuntimeSpec
-
- All Known Implementing Classes:
ImmutableRuntimeSpec
@Immutable public interface RuntimeSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRuntimeSpec.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetApplicationClass()default Map<String,CamelCapability>getCapabilities()default Set<MavenArtifact>getDependencies()default Map<String,String>getMetadata()StringgetProvider()StringgetVersion()
-
-
-
Method Detail
-
getVersion
String getVersion()
-
getProvider
String getProvider()
-
getApplicationClass
String getApplicationClass()
-
getDependencies
@Default default Set<MavenArtifact> getDependencies()
-
getCapabilities
@Default default Map<String,CamelCapability> getCapabilities()
-
-