Class ExtensionManager.InstallResult

    • Constructor Detail

      • 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 Detail

      • 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()