Class ExtensionInstallPlan
java.lang.Object
io.quarkus.devtools.project.extensions.ExtensionInstallPlan
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionInstallPlan.Builderbuilder()Collection<io.quarkus.maven.dependency.ArtifactCoords> Collection<io.quarkus.maven.dependency.ArtifactCoords> Collection<io.quarkus.maven.dependency.ArtifactCoords> booleanbooleanCollection<io.quarkus.maven.dependency.ArtifactCoords> toString()
-
Field Details
-
EMPTY
-
-
Method Details
-
isNotEmpty
public boolean isNotEmpty() -
isInstallable
public boolean isInstallable() -
toCollection
- Returns:
- a
Collectionof all extensions contained in this object
-
getPlatforms
- Returns:
- Platforms (BOMs) to be added to the build descriptor
-
getManagedExtensions
- Returns:
- Extensions that are included in the platforms returned in
getPlatforms(), therefore setting the version is not required.
-
getIndependentExtensions
- Returns:
- Extensions that do not exist in any platform, the version MUST be set in the build descriptor
-
getUnmatchedKeywords
-
getInvalidKeywords
-
toString
-
builder
-