Uses of Interface
org.eclipse.aether.impl.scope.ProjectPath
-
Packages that use ProjectPath Package Description org.eclipse.aether.impl.scope -
-
Uses of ProjectPath in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as ProjectPath Modifier and Type Field Description static ProjectPathCommonBuilds. PROJECT_PATH_ITA common "it" project path.static ProjectPathCommonBuilds. PROJECT_PATH_MAINA common "main" project path.static ProjectPathCommonBuilds. PROJECT_PATH_TESTA common "test" project path.Methods in org.eclipse.aether.impl.scope that return ProjectPath Modifier and Type Method Description ProjectPathBuildScopeQuery. getProjectPath()Methods in org.eclipse.aether.impl.scope that return types with arguments of type ProjectPath Modifier and Type Method Description java.util.Collection<ProjectPath>BuildScopeMatrixSource. allProjectPaths()java.util.Collection<ProjectPath>BuildScopeSource. allProjectPaths()Returns all project paths this source has.java.util.Set<ProjectPath>BuildScope. getProjectPaths()The project paths this scope belongs to.Methods in org.eclipse.aether.impl.scope with parameters of type ProjectPath Modifier and Type Method Description static java.util.Collection<BuildScopeQuery>BuildScopeQuery. byProjectPath(ProjectPath projectPath)static java.util.Collection<BuildScopeQuery>BuildScopeQuery. select(ProjectPath projectPath, BuildPath buildPath)static java.util.Collection<BuildScopeQuery>BuildScopeQuery. singleton(ProjectPath projectPath, BuildPath buildPath)Constructor parameters in org.eclipse.aether.impl.scope with type arguments of type ProjectPath Constructor Description BuildScopeMatrixSource(java.util.Collection<ProjectPath> projectPaths, java.util.Collection<BuildPath> buildPaths, BuildScope... extras)
-