Uses of Interface
org.apache.maven.api.ProjectScope
Packages that use ProjectScope
-
Uses of ProjectScope in org.apache.maven.api
Fields in org.apache.maven.api declared as ProjectScopeModifier and TypeFieldDescriptionstatic final ProjectScopeProjectScope.MAINMain scope.static final ProjectScopeProjectScope.TESTTest scope.Methods in org.apache.maven.api that return ProjectScopeModifier and TypeMethodDescriptionPathScope.projectScope()Session.requireProjectScope(String id) Obtain theProjectScopefrom the specifiedid. -
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