Uses of Interface
org.eclipse.aether.impl.scope.ProjectPath
-
Uses of ProjectPath in org.eclipse.aether.impl.scope
Modifier 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.Modifier and TypeMethodDescriptionBuildScopeMatrixSource.allProjectPaths()
BuildScopeSource.allProjectPaths()
Returns all project paths this source has.BuildScope.getProjectPaths()
The project paths this scope belongs to.Modifier 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) ModifierConstructorDescriptionBuildScopeMatrixSource
(Collection<ProjectPath> projectPaths, Collection<BuildPath> buildPaths, BuildScope... extras)