Uses of Class
io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
Packages that use LocalProject
Package
Description
-
Uses of LocalProject in io.quarkus.bootstrap.resolver.maven
Fields in io.quarkus.bootstrap.resolver.maven declared as LocalProjectModifier and TypeFieldDescriptionprotected LocalProjectBootstrapMavenContextConfig.currentProjectMethods in io.quarkus.bootstrap.resolver.maven that return LocalProjectMethods in io.quarkus.bootstrap.resolver.maven with parameters of type LocalProjectModifier and TypeMethodDescriptionBootstrapMavenContextConfig.setCurrentProject(LocalProject currentProject) Workspace in the context of which this configuration is being initialized -
Uses of LocalProject in io.quarkus.bootstrap.resolver.maven.workspace
Methods in io.quarkus.bootstrap.resolver.maven.workspace that return LocalProjectModifier and TypeMethodDescriptionLocalProject.getLocalParent()LocalWorkspace.getLocalProjectOrNull(String groupId, String artifactId, String version) LocalWorkspace.getProject(io.quarkus.maven.dependency.ArtifactKey key) LocalWorkspace.getProject(String groupId, String artifactId) static LocalProjectstatic LocalProjectstatic LocalProjectLocalProject.loadWorkspace(BootstrapMavenContext ctx) Loads the workspace the current project belongs to.static LocalProjectLocalProject.loadWorkspace(BootstrapMavenContext ctx, List<WorkspaceModulePom> providedModules) static LocalProjectLocalProject.loadWorkspace(Path path) static LocalProjectLocalProject.loadWorkspace(Path path, boolean required) Methods in io.quarkus.bootstrap.resolver.maven.workspace that return types with arguments of type LocalProjectModifier and TypeMethodDescriptionMap<io.quarkus.maven.dependency.ArtifactKey, LocalProject> LocalWorkspace.getProjects()Methods in io.quarkus.bootstrap.resolver.maven.workspace with parameters of type LocalProject