Uses of Interface
org.apache.maven.api.ProjectScope
Package
Description
-
Uses of ProjectScope in org.apache.maven.api
Modifier and TypeFieldDescriptionstatic final ProjectScope
ProjectScope.MAIN
Main scope.static final ProjectScope
ProjectScope.TEST
Test scope.Modifier and TypeMethodDescriptionPathScope.projectScope()
Session.requireProjectScope
(String id) Obtain theProjectScope
from the specifiedid
. -
Uses of ProjectScope in org.apache.maven.api.services
Modifier 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
Modifier 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)