Class ExtensionManager.InstallResult

java.lang.Object
io.quarkus.devtools.project.extensions.ExtensionManager.InstallResult
Enclosing interface:
ExtensionManager

public static class ExtensionManager.InstallResult extends Object
  • Constructor Details

    • InstallResult

      public InstallResult(Collection<io.quarkus.maven.dependency.ArtifactCoords> installedPlatforms, Collection<io.quarkus.maven.dependency.ArtifactCoords> installedManagedExtensions, Collection<io.quarkus.maven.dependency.ArtifactCoords> installedIndependentExtensions, Collection<io.quarkus.maven.dependency.ArtifactKey> alreadyInstalled)
  • Method Details

    • getInstalledManagedExtensions

      public Collection<io.quarkus.maven.dependency.ArtifactCoords> getInstalledManagedExtensions()
    • getInstalledIndependentExtensions

      public Collection<io.quarkus.maven.dependency.ArtifactCoords> getInstalledIndependentExtensions()
    • getInstalledPlatforms

      public Collection<io.quarkus.maven.dependency.ArtifactCoords> getInstalledPlatforms()
    • getAlreadyInstalled

      public Collection<io.quarkus.maven.dependency.ArtifactKey> getAlreadyInstalled()
    • isSourceUpdated

      public boolean isSourceUpdated()