Uses of Class
org.eclipse.aether.impl.scope.BuildScopeQuery
Packages that use BuildScopeQuery
-
Uses of BuildScopeQuery in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return types with arguments of type BuildScopeQueryModifier and TypeMethodDescriptionstatic Collection
<BuildScopeQuery> BuildScopeQuery.all()
static Collection
<BuildScopeQuery> BuildScopeQuery.byBuildPath
(BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.byProjectPath
(ProjectPath projectPath) static Collection
<BuildScopeQuery> BuildScopeQuery.select
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.singleton
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.union
(Collection<BuildScopeQuery>... buildScopeQueries) Method parameters in org.eclipse.aether.impl.scope with type arguments of type BuildScopeQueryModifier and TypeMethodDescriptionorg.eclipse.aether.scope.DependencyScope
InternalScopeManager.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Creates dependency scope instance.org.eclipse.aether.scope.ResolutionScope
InternalScopeManager.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded) Creates resolution scope instance.org.eclipse.aether.scope.SystemDependencyScope
InternalScopeManager.createSystemDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty) Creates system dependency scope instance.BuildScopeMatrixSource.query
(Collection<BuildScopeQuery> queries) BuildScopeSource.query
(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 BuildScopeQueryModifier and TypeMethodDescriptionorg.eclipse.aether.scope.DependencyScope
ScopeManagerImpl.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) org.eclipse.aether.scope.ResolutionScope
ScopeManagerImpl.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded) org.eclipse.aether.scope.SystemDependencyScope
ScopeManagerImpl.createSystemDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty)