Uses of Interface
org.eclipse.aether.impl.scope.BuildPath
-
Uses of BuildPath in org.eclipse.aether.impl.scope
Modifier and TypeFieldDescriptionstatic final BuildPath
CommonBuilds.BUILD_PATH_COMPILE
A common "compile" build path.static final BuildPath
CommonBuilds.BUILD_PATH_PREPROCESS
A common "preprocess" build path.static final BuildPath
CommonBuilds.BUILD_PATH_RUNTIME
A common "runtime" build path.Modifier and TypeMethodDescriptionBuildScopeMatrixSource.allBuildPaths()
BuildScopeSource.allBuildPaths()
Returns all build paths this source has.BuildScope.getBuildPaths()
The build paths this scope belongs to.Modifier and TypeMethodDescriptionstatic Collection
<BuildScopeQuery> BuildScopeQuery.byBuildPath
(BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.select
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.singleton
(ProjectPath projectPath, BuildPath buildPath)