Uses of Class
org.eclipse.aether.impl.scope.BuildScopeQuery
-
Packages that use BuildScopeQuery Package Description org.eclipse.aether.impl.scope org.eclipse.aether.internal.impl.scope -
-
Uses of BuildScopeQuery in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return types with arguments of type BuildScopeQuery Modifier and Type Method Description static java.util.Collection<BuildScopeQuery>BuildScopeQuery. all()static java.util.Collection<BuildScopeQuery>BuildScopeQuery. byBuildPath(BuildPath buildPath)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)static java.util.Collection<BuildScopeQuery>BuildScopeQuery. union(java.util.Collection<BuildScopeQuery>... buildScopeQueries)Method parameters in org.eclipse.aether.impl.scope with type arguments of type BuildScopeQuery Modifier and Type Method Description org.eclipse.aether.scope.DependencyScopeInternalScopeManager. createDependencyScope(java.lang.String id, boolean transitive, java.util.Collection<BuildScopeQuery> presence)Creates dependency scope instance.org.eclipse.aether.scope.ResolutionScopeInternalScopeManager. createResolutionScope(java.lang.String id, java.util.Set<java.lang.String> aliases, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)Creates resolution scope instance with aliases.default org.eclipse.aether.scope.ResolutionScopeInternalScopeManager. createResolutionScope(java.lang.String id, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)Creates resolution scope instance.org.eclipse.aether.scope.SystemDependencyScopeInternalScopeManager. createSystemDependencyScope(java.lang.String id, boolean transitive, java.util.Collection<BuildScopeQuery> presence, java.lang.String systemPathProperty)Creates system dependency scope instance.java.util.Collection<BuildScope>BuildScopeMatrixSource. query(java.util.Collection<BuildScopeQuery> queries)java.util.Collection<BuildScope>BuildScopeSource. query(java.util.Collection<BuildScopeQuery> queries)Processes all queries and returns all build scopes that query selected. -
Uses of BuildScopeQuery in org.eclipse.aether.internal.impl.scope
Method parameters in org.eclipse.aether.internal.impl.scope with type arguments of type BuildScopeQuery Modifier and Type Method Description org.eclipse.aether.scope.DependencyScopeScopeManagerImpl. createDependencyScope(java.lang.String id, boolean transitive, java.util.Collection<BuildScopeQuery> presence)org.eclipse.aether.scope.ResolutionScopeScopeManagerImpl. createResolutionScope(java.lang.String id, java.util.Set<java.lang.String> aliases, InternalScopeManager.Mode mode, java.util.Collection<BuildScopeQuery> wantedPresence, java.util.Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, java.util.Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded)org.eclipse.aether.scope.SystemDependencyScopeScopeManagerImpl. createSystemDependencyScope(java.lang.String id, boolean transitive, java.util.Collection<BuildScopeQuery> presence, java.lang.String systemPathProperty)
-