Package io.quarkus.registry.catalog
Interface Platform
- All Known Subinterfaces:
Platform.Mutable
- All Known Implementing Classes:
PlatformImpl,PlatformImpl.Builder
public interface Platform
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Platform.Mutablebuilder()getName()default PlatformStreamdefault Platform.Mutablemutable()
-
Method Details
-
getPlatformKey
String getPlatformKey() -
getName
String getName() -
getStreams
Collection<PlatformStream> getStreams() -
getMetadata
-
getStream
-
getRecommendedStream
-
mutable
-
builder
- Returns:
- a new mutable instance
-