Uses of Interface
org.eclipse.aether.impl.scope.BuildPath
Packages that use BuildPath
-
Uses of BuildPath in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as BuildPathModifier 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.Methods in org.eclipse.aether.impl.scope that return BuildPathMethods in org.eclipse.aether.impl.scope that return types with arguments of type BuildPathModifier and TypeMethodDescriptionBuildScopeMatrixSource.allBuildPaths()
BuildScopeSource.allBuildPaths()
Returns all build paths this source has.BuildScope.getBuildPaths()
The build paths this scope belongs to.Methods in org.eclipse.aether.impl.scope with parameters of type BuildPathModifier 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)