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.getProject(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, Function<Path, org.apache.maven.model.Model> modelProvider) 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 LocalProjectMethods in io.quarkus.bootstrap.resolver.maven.workspace with parameters of type LocalProject