Class ExtensionManager.InstallResult
java.lang.Object
io.quarkus.devtools.project.extensions.ExtensionManager.InstallResult
- Enclosing interface:
ExtensionManager
-
Constructor Summary
ConstructorsConstructorDescriptionInstallResult(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 Summary
Modifier and TypeMethodDescriptionCollection<io.quarkus.maven.dependency.ArtifactKey> Collection<io.quarkus.maven.dependency.ArtifactCoords> Collection<io.quarkus.maven.dependency.ArtifactCoords> Collection<io.quarkus.maven.dependency.ArtifactCoords> boolean
-
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
-
getInstalledIndependentExtensions
-
getInstalledPlatforms
-
getAlreadyInstalled
-
isSourceUpdated
public boolean isSourceUpdated()
-