Uses of Interface
org.apache.maven.api.ProjectScope
Packages that use ProjectScope
Package
Description
-
Uses of ProjectScope in org.apache.maven.api
Fields in org.apache.maven.api declared as ProjectScopeModifier and TypeFieldDescriptionstatic final ProjectScope
ProjectScope.MAIN
Main scope.static final ProjectScope
ProjectScope.TEST
Test scope.Methods in org.apache.maven.api that return ProjectScopeModifier and TypeMethodDescriptionPathScope.projectScope()
Session.requireProjectScope
(String id) Obtain theProjectScope
from the specifiedid
. -
Uses of ProjectScope in org.apache.maven.api.services
Methods in org.apache.maven.api.services with parameters of type ProjectScopeModifier and TypeMethodDescriptionvoid
ProjectManager.addCompileSourceRoot
(Project project, ProjectScope scope, Path sourceRoot) Add a compilation source root to the given project for the given scope.void
ProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) Add a resource set to the given project for the given scope.ProjectManager.getCompileSourceRoots
(Project project, ProjectScope scope) Obtain an immutable list of compile source roots for the given project and scope.ProjectManager.getResources
(Project project, ProjectScope scope) Get the list of resources for the given project and scope -
Uses of ProjectScope in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return ProjectScopeMethods in org.apache.maven.internal.impl with parameters of type ProjectScopeModifier and TypeMethodDescriptionvoid
DefaultProjectManager.addCompileSourceRoot
(Project project, ProjectScope scope, Path sourceRoot) void
DefaultProjectManager.addResource
(Project project, ProjectScope scope, Resource resource) DefaultProjectManager.getCompileSourceRoots
(Project project, ProjectScope scope) DefaultProjectManager.getResources
(Project project, ProjectScope scope)