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 ProjectScopeProjectScope.MAINMain scope.private final ProjectScopeExtensibleEnums.DefaultPathScope.projectScopestatic final ProjectScopeProjectScope.TESTTest scope.Methods in org.apache.maven.api that return ProjectScopeModifier and TypeMethodDescriptionExtensibleEnums.DefaultPathScope.projectScope()(package private) static ProjectScopeExtensibleEnums.projectScope(String id) PathScope.projectScope()Session.requireProjectScope(String id) Obtain theProjectScopefrom the specifiedid.Methods in org.apache.maven.api with parameters of type ProjectScopeModifier and TypeMethodDescription(package private) static PathScopeExtensibleEnums.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 TypeMethodDescriptionvoidProjectManager.addCompileSourceRoot(Project project, ProjectScope scope, Path sourceRoot) Add a compilation source root to the given project for the given scope.voidProjectManager.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 TypeMethodDescriptionvoidDefaultProjectManager.addCompileSourceRoot(Project project, ProjectScope scope, Path sourceRoot) voidDefaultProjectManager.addResource(Project project, ProjectScope scope, Resource resource) DefaultProjectManager.getCompileSourceRoots(Project project, ProjectScope scope) DefaultProjectManager.getResources(Project project, ProjectScope scope)