Uses of Interface
org.eclipse.aether.impl.scope.BuildPath
-
Packages that use BuildPath Package Description org.eclipse.aether.impl.scope -
-
Uses of BuildPath in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as BuildPath Modifier and Type Field Description static BuildPathCommonBuilds. BUILD_PATH_COMPILEA common "compile" build path.static BuildPathCommonBuilds. BUILD_PATH_PREPROCESSA common "preprocess" build path.static BuildPathCommonBuilds. BUILD_PATH_RUNTIMEA common "runtime" build path.Methods in org.eclipse.aether.impl.scope that return BuildPath Modifier and Type Method Description BuildPathBuildScopeQuery. getBuildPath()Methods in org.eclipse.aether.impl.scope that return types with arguments of type BuildPath Modifier and Type Method Description java.util.Collection<BuildPath>BuildScopeMatrixSource. allBuildPaths()java.util.Collection<BuildPath>BuildScopeSource. allBuildPaths()Returns all build paths this source has.java.util.Set<BuildPath>BuildScope. getBuildPaths()The build paths this scope belongs to.Methods in org.eclipse.aether.impl.scope with parameters of type BuildPath Modifier and Type Method Description static java.util.Collection<BuildScopeQuery>BuildScopeQuery. byBuildPath(BuildPath buildPath)static java.util.Collection<BuildScopeQuery>BuildScopeQuery. select(ProjectPath projectPath, BuildPath buildPath)static java.util.Collection<BuildScopeQuery>BuildScopeQuery. singleton(ProjectPath projectPath, BuildPath buildPath)
-