Interface RuntimeSpec
-
- All Known Implementing Classes:
ImmutableRuntimeSpec
@Immutable public interface RuntimeSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RuntimeSpec.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getApplicationClass()
default SortedMap<String,CamelCapability>
getCapabilities()
default SortedSet<Artifact>
getDependencies()
default SortedMap<String,String>
getMetadata()
String
getProvider()
String
getVersion()
-