Uses of Interface
org.apache.maven.api.ProjectScope
Packages that use ProjectScope
Package
Description
Maven Core API
-
Uses of ProjectScope in org.apache.maven.api
Classes in org.apache.maven.api that implement ProjectScopeFields in org.apache.maven.api declared as ProjectScopeModifier and TypeFieldDescriptionstatic final ProjectScope
ProjectScope.MAIN
Main scope.private final ProjectScope
ExtensibleEnums.DefaultPathScope.projectScope
static final ProjectScope
ProjectScope.TEST
Test scope.Methods in org.apache.maven.api that return ProjectScopeModifier and TypeMethodDescriptionExtensibleEnums.DefaultPathScope.projectScope()
(package private) static ProjectScope
ExtensibleEnums.projectScope
(String id) PathScope.projectScope()
Session.requireProjectScope
(String id) Obtain theProjectScope
from the specifiedid
.Methods in org.apache.maven.api with parameters of type ProjectScopeModifier and TypeMethodDescription(package private) static PathScope
ExtensibleEnums.pathScope
(String id, ProjectScope projectScope, DependencyScope... dependencyScopes) Constructors in org.apache.maven.api with parameters of type ProjectScopeModifierConstructorDescription(package private)
DefaultPathScope
(String id, ProjectScope projectScope, DependencyScope... dependencyScopes) -
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)