Class ProjectState
java.lang.Object
io.quarkus.devtools.project.state.ProjectState
Represents a Quarkus project state focusing primarily on Quarkus-specific information, such as
imported Quarkus platform BOMs, extensions and their origins.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectState.Builderbuilder()getExtension(io.quarkus.maven.dependency.ArtifactKey key) getModule(io.quarkus.bootstrap.workspace.WorkspaceModuleId id) Collection<io.quarkus.maven.dependency.ArtifactCoords>
-
Constructor Details
-
ProjectState
public ProjectState()
-
-
Method Details
-
builder
-
getPlatformBoms
-
getExtensions
-
getExtension
-
getModules
-
getMainModule
-
getModule
-
getExtensionProviders
-