Uses of Interface
io.quarkus.bootstrap.workspace.WorkspaceModule
Packages that use WorkspaceModule
Package
Description
-
Uses of WorkspaceModule in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return WorkspaceModuleModifier and TypeMethodDescriptiondefault WorkspaceModuleApplicationModel.getApplicationModule()Main workspace module of an application.AppArtifact.getWorkspaceModule()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.bootstrap.model that return types with arguments of type WorkspaceModuleModifier and TypeMethodDescriptiondefault Collection<WorkspaceModule> ApplicationModel.getWorkspaceModules()All the workspace modules found as dependencies of an applicationConstructors in io.quarkus.bootstrap.model with parameters of type WorkspaceModuleModifierConstructorDescriptionAppArtifact(AppArtifactCoords coords, WorkspaceModule module) Deprecated, for removal: This API element is subject to removal in a future version.AppArtifact(String groupId, String artifactId, String classifier, String type, String version, WorkspaceModule module, String scope, int flags) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkspaceModule in io.quarkus.bootstrap.workspace
Subinterfaces of WorkspaceModule in io.quarkus.bootstrap.workspaceClasses in io.quarkus.bootstrap.workspace that implement WorkspaceModuleModifier and TypeClassDescriptionclassclassMethods in io.quarkus.bootstrap.workspace that return WorkspaceModuleModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.build()WorkspaceModule.Mutable.build()DefaultWorkspaceModule.Builder.getParent()DefaultWorkspaceModule.getParent()WorkspaceModule.getParent()Methods in io.quarkus.bootstrap.workspace with parameters of type WorkspaceModuleModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.setParent(WorkspaceModule parent) WorkspaceModule.Mutable.setParent(WorkspaceModule parent) -
Uses of WorkspaceModule in io.quarkus.maven.dependency
Methods in io.quarkus.maven.dependency that return WorkspaceModuleModifier and TypeMethodDescriptionResolvedArtifactDependency.getWorkspaceModule()default WorkspaceModuleResolvedDependency.getWorkspaceModule()ResolvedDependencyBuilder.getWorkspaceModule()Methods in io.quarkus.maven.dependency with parameters of type WorkspaceModuleModifier and TypeMethodDescriptionResolvedDependencyBuilder.setWorkspaceModule(WorkspaceModule projectModule)