Uses of Interface
org.eclipse.aether.impl.scope.ProjectPath
Packages that use ProjectPath
-
Uses of ProjectPath in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as ProjectPathModifier and TypeFieldDescriptionstatic final ProjectPath
CommonBuilds.PROJECT_PATH_IT
A common "it" project path.static final ProjectPath
CommonBuilds.PROJECT_PATH_MAIN
A common "main" project path.static final ProjectPath
CommonBuilds.PROJECT_PATH_TEST
A common "test" project path.Methods in org.eclipse.aether.impl.scope that return ProjectPathMethods in org.eclipse.aether.impl.scope that return types with arguments of type ProjectPathModifier and TypeMethodDescriptionBuildScopeMatrixSource.allProjectPaths()
BuildScopeSource.allProjectPaths()
Returns all project paths this source has.BuildScope.getProjectPaths()
The project paths this scope belongs to.Methods in org.eclipse.aether.impl.scope with parameters of type ProjectPathModifier and TypeMethodDescriptionstatic Collection
<BuildScopeQuery> BuildScopeQuery.byProjectPath
(ProjectPath projectPath) static Collection
<BuildScopeQuery> BuildScopeQuery.select
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.singleton
(ProjectPath projectPath, BuildPath buildPath) Constructor parameters in org.eclipse.aether.impl.scope with type arguments of type ProjectPathModifierConstructorDescriptionBuildScopeMatrixSource
(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras)